Color Hex Logo

#bdd5bc Color Hex

#BDD5BC
(189,213,188)
0 Favorites   0 Comments

Color spaces of #bdd5bc

RGB 189213188
HSL0.330.230.79
HSV118°12°84°
CMYK 0.110.000.12   0.16
XYZ53.857662.038256.7129
Yxy62.03820.31200.3594
Hunter Lab78.7643-15.782612.4443
CIE-Lab82.9337-12.68709.6577

#bdd5bc color RGB value is (189,213,188).

#bdd5bc hex color red value is 189, green value is 213 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bdd5bc hue: 0.33 , saturation: 0.23 and the lightness value of bdd5bc is 0.79.

The process color (four color CMYK) of #bdd5bc color hex is 0.11, 0.00, 0.12, 0.16. Web safe color of #bdd5bc is #cccccc. Color #bdd5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 10111100
Octal 275 325 274
Decimal 189 213 188
Hex BD D5 BC

RGB Percentages of Color #bdd5bc

%32.03
%36.10
%31.86

CMYK Percentages of Color #bdd5bc

%11
%0
%12
%16

Triadic Colors of #bdd5bc

#bdd5bc #bcbdd5 #d5bcbd

Analogous Colors of #bdd5bc

#bdd5bc #bcd5c8 #cad5bc

Monochromatic Colors of #bdd5bc

#bdd5bc

Complementary Color

#bdd5bc #d4bcd5

#bdd5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd5bc Color CSS Codes

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

#bdd5bc Text Font Color

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

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


#bdd5bc Background Color

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

This div background color is #bdd5bc


#bdd5bc Border Color

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

This div border color is #bdd5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd5bc


Comments

No comments written yet.

Please login to write comment.