Color Hex Logo

#bdd0be Color Hex

#BDD0BE
(189,208,190)
0 Favorites   0 Comments

Color spaces of #bdd0be

RGB 189208190
HSL0.340.170.78
HSV123°82°
CMYK 0.090.000.09   0.18
XYZ52.836459.648357.4437
Yxy59.64830.31090.3510
Hunter Lab77.2323-13.04069.9640
CIE-Lab81.6466-9.77106.7503

#bdd0be color RGB value is (189,208,190).

#bdd0be hex color red value is 189, green value is 208 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bdd0be hue: 0.34 , saturation: 0.17 and the lightness value of bdd0be is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 10111110
Octal 275 320 276
Decimal 189 208 190
Hex BD D0 BE

RGB Percentages of Color #bdd0be

%32.20
%35.43
%32.37

CMYK Percentages of Color #bdd0be

%9
%0
%9
%18

Triadic Colors of #bdd0be

#bdd0be #bebdd0 #d0bebd

Analogous Colors of #bdd0be

#bdd0be #bdd0c8 #c6d0bd

Monochromatic Colors of #bdd0be

#bdd0be

Complementary Color

#bdd0be #d0bdcf

#bdd0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd0be Color CSS Codes

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

#bdd0be Text Font Color

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

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


#bdd0be Background Color

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

This div background color is #bdd0be


#bdd0be Border Color

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

This div border color is #bdd0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd0be


Comments

No comments written yet.

Please login to write comment.