Color Hex Logo

#bbdbca Color Hex

#BBDBCA
(187,219,202)
0 Favorites   0 Comments

Color spaces of #bbdbca

RGB 187219202
HSL0.410.310.80
HSV148°15°86°
CMYK 0.150.000.08   0.14
XYZ56.485765.492165.5412
Yxy65.49210.30120.3493
Hunter Lab80.9272-17.03288.6313
CIE-Lab84.7367-13.83504.8156

#bbdbca color RGB value is (187,219,202).

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

The process color (four color CMYK) of #bbdbca color hex is 0.15, 0.00, 0.08, 0.14. Web safe color of #bbdbca is #cccccc. Color #bbdbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11001010
Octal 273 333 312
Decimal 187 219 202
Hex BB DB CA

RGB Percentages of Color #bbdbca

%30.76
%36.02
%33.22

CMYK Percentages of Color #bbdbca

%15
%0
%8
%14

Triadic Colors of #bbdbca

#bbdbca #cabbdb #dbcabb

Analogous Colors of #bbdbca

#bbdbca #bbdbda #bcdbbb

Monochromatic Colors of #bbdbca

#bbdbca

Complementary Color

#bbdbca #dbbbcc

#bbdbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbca Color CSS Codes

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

#bbdbca Text Font Color

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

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


#bbdbca Background Color

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

This div background color is #bbdbca


#bbdbca Border Color

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

This div border color is #bbdbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbca


Comments

No comments written yet.

Please login to write comment.