Color Hex Logo

#bbc9ce Color Hex

#BBC9CE
(187,201,206)
0 Favorites   0 Comments

Color spaces of #bbc9ce

RGB 187201206
HSL0.540.160.77
HSV196°81°
CMYK 0.090.020.00   0.19
XYZ52.520756.794366.5868
Yxy56.79430.29860.3229
Hunter Lab75.3620-7.48460.3672
CIE-Lab80.0638-3.7687-4.1344

#bbc9ce color RGB value is (187,201,206).

#bbc9ce hex color red value is 187, green value is 201 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bbc9ce hue: 0.54 , saturation: 0.16 and the lightness value of bbc9ce is 0.77.

The process color (four color CMYK) of #bbc9ce color hex is 0.09, 0.02, 0.00, 0.19. Web safe color of #bbc9ce is #cccccc. Color #bbc9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 11001110
Octal 273 311 316
Decimal 187 201 206
Hex BB C9 CE

RGB Percentages of Color #bbc9ce

%31.48
%33.84
%34.68

CMYK Percentages of Color #bbc9ce

%9
%2
%0
%19

Triadic Colors of #bbc9ce

#bbc9ce #cebbc9 #c9cebb

Analogous Colors of #bbc9ce

#bbc9ce #bbc0ce #bbceca

Monochromatic Colors of #bbc9ce

#bbc9ce

Complementary Color

#bbc9ce #cec0bb

#bbc9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc9ce Color CSS Codes

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

#bbc9ce Text Font Color

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

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


#bbc9ce Background Color

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

This div background color is #bbc9ce


#bbc9ce Border Color

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

This div border color is #bbc9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc9ce


Comments

No comments written yet.

Please login to write comment.