Color Hex Logo

#bbccdc Color Hex

#BBCCDC
(187,204,220)
0 Favorites   0 Comments

Color spaces of #bbccdc

RGB 187204220
HSL0.580.320.80
HSV209°15°86°
CMYK 0.150.070.00   0.14
XYZ55.004758.917876.1834
Yxy58.91780.28930.3099
Hunter Lab76.7579-6.4134-5.1157
CIE-Lab81.2464-2.4972-9.8877

#bbccdc color RGB value is (187,204,220).

#bbccdc hex color red value is 187, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbccdc hue: 0.58 , saturation: 0.32 and the lightness value of bbccdc is 0.80.

The process color (four color CMYK) of #bbccdc color hex is 0.15, 0.07, 0.00, 0.14. Web safe color of #bbccdc is #cccccc. Color #bbccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11011100
Octal 273 314 334
Decimal 187 204 220
Hex BB CC DC

RGB Percentages of Color #bbccdc

%30.61
%33.39
%36.01

CMYK Percentages of Color #bbccdc

%15
%7
%0
%14

Triadic Colors of #bbccdc

#bbccdc #dcbbcc #ccdcbb

Analogous Colors of #bbccdc

#bbccdc #bbbcdc #bbdcdc

Monochromatic Colors of #bbccdc

#bbccdc

Complementary Color

#bbccdc #dccbbb

#bbccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccdc Color CSS Codes

.mybgcolor {background-color:#bbccdc; } 
.myforecolor {color:#bbccdc; }
.mybordercolor {border:3px solid #bbccdc; }

#bbccdc Text Font Color

<p style="color:#bbccdc">Text here</p>

This sample text font color is #bbccdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbccdc Background Color

<div style="background-color:#bbccdc">
Div content here</div>

This div background color is #bbccdc


#bbccdc Border Color

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

This div border color is #bbccdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,204,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbccdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbccdc;
  -webkit-box-shadow: 1px 1px 3px 2px #bbccdc;
  box-shadow:         1px 1px 3px 2px #bbccdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,204,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbccdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbccdc;
  -webkit-box-shadow: 1px 1px 3px 2px #bbccdc;
  box-shadow:         1px 1px 3px 2px #bbccdc;">
Div content here</div>

This div box has shadow with color #bbccdc


Comments

No comments written yet.

Please login to write comment.