Color Hex Logo

#bbced9 Color Hex

#BBCED9
(187,206,217)
1 Favorites   0 Comments

Color spaces of #bbced9

RGB 187206217
HSL0.560.280.79
HSV202°14°85°
CMYK 0.140.050.00   0.15
XYZ55.089259.717274.2687
Yxy59.71720.29140.3158
Hunter Lab77.2769-7.9854-2.8881
CIE-Lab81.6842-4.1712-7.6326

#bbced9 color RGB value is (187,206,217).

#bbced9 hex color red value is 187, green value is 206 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bbced9 hue: 0.56 , saturation: 0.28 and the lightness value of bbced9 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11011001
Octal 273 316 331
Decimal 187 206 217
Hex BB CE D9

RGB Percentages of Color #bbced9

%30.66
%33.77
%35.57

CMYK Percentages of Color #bbced9

%14
%5
%0
%15

Triadic Colors of #bbced9

#bbced9 #d9bbce #ced9bb

Analogous Colors of #bbced9

#bbced9 #bbbfd9 #bbd9d5

Monochromatic Colors of #bbced9

#bbced9

Complementary Color

#bbced9 #d9c6bb

#bbced9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbced9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbced9 Color CSS Codes

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

#bbced9 Text Font Color

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

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


#bbced9 Background Color

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

This div background color is #bbced9


#bbced9 Border Color

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

This div border color is #bbced9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbced9


Comments

No comments written yet.

Please login to write comment.