Color Hex Logo

#bbccde Color Hex

#BBCCDE
(187,204,222)
0 Favorites   0 Comments

Color spaces of #bbccde

RGB 187204222
HSL0.590.350.80
HSV211°16°87°
CMYK 0.160.080.00   0.13
XYZ55.271259.024577.5870
Yxy59.02450.28800.3076
Hunter Lab76.8274-6.0314-6.0970
CIE-Lab81.3051-2.0782-10.8703

#bbccde color RGB value is (187,204,222).

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

The process color (four color CMYK) of #bbccde color hex is 0.16, 0.08, 0.00, 0.13. Web safe color of #bbccde is #cccccc. Color #bbccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11011110
Octal 273 314 336
Decimal 187 204 222
Hex BB CC DE

RGB Percentages of Color #bbccde

%30.51
%33.28
%36.22

CMYK Percentages of Color #bbccde

%16
%8
%0
%13

Triadic Colors of #bbccde

#bbccde #debbcc #ccdebb

Analogous Colors of #bbccde

#bbccde #bcbbde #bbdede

Monochromatic Colors of #bbccde

#bbccde

Complementary Color

#bbccde #decdbb

#bbccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccde Color CSS Codes

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

#bbccde Text Font Color

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

This sample text font color is #bbccde
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.


#bbccde Background Color

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

This div background color is #bbccde


#bbccde Border Color

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

This div border color is #bbccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccde

#bbccde Color Palettes


Comments

No comments written yet.

Please login to write comment.