Color Hex Logo

#bbd7db Color Hex

#BBD7DB
(187,215,219)
0 Favorites   0 Comments

Color spaces of #bbd7db

RGB 187215219
HSL0.520.310.80
HSV188°15°86°
CMYK 0.150.020.00   0.14
XYZ57.580164.280176.3903
Yxy64.28010.29040.3242
Hunter Lab80.1749-12.1106-0.3689
CIE-Lab84.1114-8.4422-5.1086

#bbd7db color RGB value is (187,215,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 11011011
Octal 273 327 333
Decimal 187 215 219
Hex BB D7 DB

RGB Percentages of Color #bbd7db

%30.11
%34.62
%35.27

CMYK Percentages of Color #bbd7db

%15
%2
%0
%14

Triadic Colors of #bbd7db

#bbd7db #dbbbd7 #d7dbbb

Analogous Colors of #bbd7db

#bbd7db #bbc7db #bbdbcf

Monochromatic Colors of #bbd7db

#bbd7db

Complementary Color

#bbd7db #dbbfbb

#bbd7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd7db Color CSS Codes

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

#bbd7db Text Font Color

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

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


#bbd7db Background Color

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

This div background color is #bbd7db


#bbd7db Border Color

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

This div border color is #bbd7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd7db


Comments

No comments written yet.

Please login to write comment.