Color Hex Logo

#bbd3d9 Color Hex

#BBD3D9
(187,211,217)
0 Favorites   0 Comments

Color spaces of #bbd3d9

RGB 187211217
HSL0.530.280.79
HSV192°14°85°
CMYK 0.140.030.00   0.15
XYZ56.312262.163174.6763
Yxy62.16310.29150.3218
Hunter Lab78.8436-10.4868-0.9657
CIE-Lab83.0001-6.7805-5.6854

#bbd3d9 color RGB value is (187,211,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 11011001
Octal 273 323 331
Decimal 187 211 217
Hex BB D3 D9

RGB Percentages of Color #bbd3d9

%30.41
%34.31
%35.28

CMYK Percentages of Color #bbd3d9

%14
%3
%0
%15

Triadic Colors of #bbd3d9

#bbd3d9 #d9bbd3 #d3d9bb

Analogous Colors of #bbd3d9

#bbd3d9 #bbc4d9 #bbd9d0

Monochromatic Colors of #bbd3d9

#bbd3d9

Complementary Color

#bbd3d9 #d9c1bb

#bbd3d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd3d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd3d9 Color CSS Codes

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

#bbd3d9 Text Font Color

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

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


#bbd3d9 Background Color

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

This div background color is #bbd3d9


#bbd3d9 Border Color

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

This div border color is #bbd3d9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,211,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 #bbd3d9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd3d9


Comments

No comments written yet.

Please login to write comment.