Color Hex Logo

#bbdbc2 Color Hex

#BBDBC2
(187,219,194)
0 Favorites   0 Comments

Color spaces of #bbdbc2

RGB 187219194
HSL0.370.310.80
HSV133°15°86°
CMYK 0.150.000.11   0.14
XYZ55.562665.122960.6804
Yxy65.12290.30640.3591
Hunter Lab80.6988-18.322311.9068
CIE-Lab84.5470-15.32018.7710

#bbdbc2 color RGB value is (187,219,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11000010
Octal 273 333 302
Decimal 187 219 194
Hex BB DB C2

RGB Percentages of Color #bbdbc2

%31.17
%36.50
%32.33

CMYK Percentages of Color #bbdbc2

%15
%0
%11
%14

Triadic Colors of #bbdbc2

#bbdbc2 #c2bbdb #dbc2bb

Analogous Colors of #bbdbc2

#bbdbc2 #bbdbd2 #c4dbbb

Monochromatic Colors of #bbdbc2

#bbdbc2

Complementary Color

#bbdbc2 #dbbbd4

#bbdbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbc2 Color CSS Codes

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

#bbdbc2 Text Font Color

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

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


#bbdbc2 Background Color

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

This div background color is #bbdbc2


#bbdbc2 Border Color

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

This div border color is #bbdbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbc2


Comments

No comments written yet.

Please login to write comment.