Color Hex Logo

#bdcbba Color Hex

#BDCBBA
(189,203,186)
0 Favorites   0 Comments

Color spaces of #bdcbba

RGB 189203186
HSL0.300.140.76
HSV109°80°
CMYK 0.070.000.08   0.20
XYZ51.205157.075954.7723
Yxy57.07590.31400.3500
Hunter Lab75.5486-11.22689.8991
CIE-Lab80.2223-7.90686.8395

#bdcbba color RGB value is (189,203,186).

#bdcbba hex color red value is 189, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bdcbba hue: 0.30 , saturation: 0.14 and the lightness value of bdcbba is 0.76.

The process color (four color CMYK) of #bdcbba color hex is 0.07, 0.00, 0.08, 0.20. Web safe color of #bdcbba is #cccccc. Color #bdcbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 10111010
Octal 275 313 272
Decimal 189 203 186
Hex BD CB BA

RGB Percentages of Color #bdcbba

%32.70
%35.12
%32.18

CMYK Percentages of Color #bdcbba

%7
%0
%8
%20

Triadic Colors of #bdcbba

#bdcbba #babdcb #cbbabd

Analogous Colors of #bdcbba

#bdcbba #bacbc0 #c6cbba

Monochromatic Colors of #bdcbba

#bdcbba

Complementary Color

#bdcbba #c8bacb

#bdcbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbba Color CSS Codes

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

#bdcbba Text Font Color

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

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


#bdcbba Background Color

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

This div background color is #bdcbba


#bdcbba Border Color

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

This div border color is #bdcbba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,203,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdcbba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdcbba;
  -webkit-box-shadow: 1px 1px 3px 2px #bdcbba;
  box-shadow:         1px 1px 3px 2px #bdcbba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,203,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbba


Comments

No comments written yet.

Please login to write comment.