Color Hex Logo

#bbd3db Color Hex

#BBD3DB
(187,211,219)
1 Favorites   0 Comments

Color spaces of #bbd3db

RGB 187211219
HSL0.540.310.80
HSV195°15°86°
CMYK 0.150.040.00   0.14
XYZ56.574062.267876.0550
Yxy62.26780.29030.3195
Hunter Lab78.9099-10.1179-1.9079
CIE-Lab83.0556-6.3702-6.6685

#bbd3db color RGB value is (187,211,219).

#bbd3db hex color red value is 187, green value is 211 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbd3db hue: 0.54 , saturation: 0.31 and the lightness value of bbd3db is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 11011011
Octal 273 323 333
Decimal 187 211 219
Hex BB D3 DB

RGB Percentages of Color #bbd3db

%30.31
%34.20
%35.49

CMYK Percentages of Color #bbd3db

%15
%4
%0
%14

Triadic Colors of #bbd3db

#bbd3db #dbbbd3 #d3dbbb

Analogous Colors of #bbd3db

#bbd3db #bbc3db #bbdbd3

Monochromatic Colors of #bbd3db

#bbd3db

Complementary Color

#bbd3db #dbc3bb

#bbd3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd3db Color CSS Codes

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

#bbd3db Text Font Color

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

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


#bbd3db Background Color

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

This div background color is #bbd3db


#bbd3db Border Color

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

This div border color is #bbd3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd3db


Comments

No comments written yet.

Please login to write comment.