Color Hex Logo

#bbd8dd Color Hex

#BBD8DD
(187,216,221)
0 Favorites   0 Comments

Color spaces of #bbd8dd

RGB 187216221
HSL0.520.330.80
HSV189°15°87°
CMYK 0.150.020.00   0.13
XYZ58.100564.897077.8708
Yxy64.89700.28920.3231
Hunter Lab80.5587-12.2400-0.9207
CIE-Lab84.4306-8.5475-5.6989

#bbd8dd color RGB value is (187,216,221).

#bbd8dd hex color red value is 187, green value is 216 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bbd8dd hue: 0.52 , saturation: 0.33 and the lightness value of bbd8dd is 0.80.

The process color (four color CMYK) of #bbd8dd color hex is 0.15, 0.02, 0.00, 0.13. Web safe color of #bbd8dd is #cccccc. Color #bbd8dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 11011101
Octal 273 330 335
Decimal 187 216 221
Hex BB D8 DD

RGB Percentages of Color #bbd8dd

%29.97
%34.62
%35.42

CMYK Percentages of Color #bbd8dd

%15
%2
%0
%13

Triadic Colors of #bbd8dd

#bbd8dd #ddbbd8 #d8ddbb

Analogous Colors of #bbd8dd

#bbd8dd #bbc7dd #bbddd1

Monochromatic Colors of #bbd8dd

#bbd8dd

Complementary Color

#bbd8dd #ddc0bb

#bbd8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd8dd Color CSS Codes

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

#bbd8dd Text Font Color

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

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


#bbd8dd Background Color

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

This div background color is #bbd8dd


#bbd8dd Border Color

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

This div border color is #bbd8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd8dd


Comments

No comments written yet.

Please login to write comment.