COLOR #BBCCDD

HEX: #BBCCDD RGB: (187,204,221)

Renk bilgisi

#BBCCDD contains red, green and blue colors in about the same proportion. #BBCCDD ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#BBCCDD color RGB value is (187,204,221).

RGB: (187,204,221) (73%, 80%, 87%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 204 of 255 = 80%
B 221 of 255 = 87%

187
204
221

R + G + B ~ 80%. #BBCCDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 187 + 204 + 221 = 612 (100%)
R 187 of 612 ~ 30.56%
G 204 of 612 ~ 33.33%
B 221 of 612 ~ 36.11'%

%30.56
%33.33
%36.11

CMYK RENK MODELİ

#BBCCDD rengi CMYK tonu (15,8,0,13).

  • camgöbeği tonu 15.38%
  • eflatun tonu 7.69%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%

CMYK: (15,8,0,13)
C15M8Y0K13 (15%, 8%, 0%, 13%)
(0.15 / 0.08 / 0.00 / 0.13)

CMYK yüzdeleri

%15.38
%7.69
%0
%13.33

Codes

Color #BBCCDD in popluar color models

BB CC DD
RGB 187 204 221
HSL 210° 33.33% 80.00%
HSB/HSV 210° 15.38% 86.67%
CMYK 15.38% 7.69% 0.00%
13.33%

Color #BBCCDD in popluar number systems.

HEX BB CC DD
Decimal 187 204 221
Binary 10111011 11001100 11011101
Octal 273 314 335

Shades and tints

Shades of #BBCCDD

#BBCCDD
(187,204,221)
#AABAC9
(170,186,201)
#99A8B5
(153,168,181)
#8896A1
(136,150,161)
#77848D
(119,132,141)
#667279
(102,114,121)
#556065
(85,96,101)
#444E51
(68,78,81)
#333C3D
(51,60,61)
#222A29
(34,42,41)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #BBCCDD

#BBCCDD
(187,204,221)
#C1D0E0
(193,208,224)
#C7D4E3
(199,212,227)
#CDD8E6
(205,216,230)
#D3DCE9
(211,220,233)
#D9E0EC
(217,224,236)
#DFE4EF
(223,228,239)
#E5E8F2
(229,232,242)
#EBECF5
(235,236,245)
#F1F0F8
(241,240,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCCDD color. Also use rgb(187,204,221) instead hex code.

Text Font Color

.myTextColor { color: #BBCCDD; }

<p style="color:#BBCCDD">This sample text font color is #BBCCDD.</p>

This text font color is #BBCCDD.

Background Color

.myBgColor { background-color: #BBCCDD; }

<div style="background-color:#BBCCDD">Inner text</div>

This div background color is #BBCCDD.

Border color

.myBorderColor { border: 1px solid #BBCCDD; }

<div style="border:3px solid #BBCCDD">Div</div>

This div border color is #BBCCDD.

Opacity

.myOpacity80 { color: #BBCCDD; opacity: 0.8; }

<p style="color:#BBCCDD;opacity:0.8;">80%</p>

Text with #BBCCDD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBCCDD;}

<p style="text-shadow: 3px 3px 1px #BBCCDD">Text here.</p>

This text has shadow with #BBCCDD color.


.textShadow {text-shadow: 3px 3px 1px #BBCCDD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBCCDD, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBCCDD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBCCDD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBCCDD, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBCCDD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBCCDD;
-webkit-box-shadow: 1px 1px 3px 2px #BBCCDD;
box-shadow: 1px 1px 3px 2px #BBCCDD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBCCDD; -webkit-box-shadow: 1px 1px 3px 2px #BBCCDD; box-shadow:1px 1px 3px 2px #BBCCDD;">
Div content here
</div>

This div box has shadow with color #BBCCDD.

Preview

Color preview on black background

This text has color #BBCCDD on black background.


Color preview on white background

This text has color #BBCCDD on white background.


Black color preview on #BBCCDD background

This text has black color on #BBCCDD background.


White color preview on #BBCCDD background

This text has white color on #BBCCDD background.


Related colors

Complementary color

Complementary color for #hex is #443322.


I love getcolorcode.com

Triadic colors

1 #DDBBCC and #CCDDBB with #BBCCDD are triadic colors.

2 #DDCCBB and #CCBBDD with #BBCCDD are triadic colors.