Color Hex Logo

#bbcdb7 Color Hex

#BBCDB7
(187,205,183)
0 Favorites   0 Comments

Color spaces of #bbcdb7

RGB 187205183
HSL0.300.180.76
HSV109°11°80°
CMYK 0.090.000.11   0.20
XYZ50.872157.646353.2454
Yxy57.64630.31450.3564
Hunter Lab75.9252-13.268811.5682
CIE-Lab80.5417-10.16778.8823

#bbcdb7 color RGB value is (187,205,183).

#bbcdb7 hex color red value is 187, green value is 205 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #bbcdb7 hue: 0.30 , saturation: 0.18 and the lightness value of bbcdb7 is 0.76.

The process color (four color CMYK) of #bbcdb7 color hex is 0.09, 0.00, 0.11, 0.20. Web safe color of #bbcdb7 is #cccccc. Color #bbcdb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 10110111
Octal 273 315 267
Decimal 187 205 183
Hex BB CD B7

RGB Percentages of Color #bbcdb7

%32.52
%35.65
%31.83

CMYK Percentages of Color #bbcdb7

%9
%0
%11
%20

Triadic Colors of #bbcdb7

#bbcdb7 #b7bbcd #cdb7bb

Analogous Colors of #bbcdb7

#bbcdb7 #b7cdbe #c6cdb7

Monochromatic Colors of #bbcdb7

#bbcdb7

Complementary Color

#bbcdb7 #c9b7cd

#bbcdb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdb7 Color CSS Codes

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

#bbcdb7 Text Font Color

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

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


#bbcdb7 Background Color

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

This div background color is #bbcdb7


#bbcdb7 Border Color

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

This div border color is #bbcdb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdb7


Comments

No comments written yet.

Please login to write comment.