Color Hex Logo

#bdd1bc Color Hex

#BDD1BC
(189,209,188)
0 Favorites   0 Comments

Color spaces of #bdd1bc

RGB 189209188
HSL0.330.190.78
HSV117°10°82°
CMYK 0.100.000.10   0.18
XYZ52.863860.050656.3817
Yxy60.05060.31230.3547
Hunter Lab77.4923-13.842211.1065
CIE-Lab81.8657-10.64418.1301

#bdd1bc color RGB value is (189,209,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 10111100
Octal 275 321 274
Decimal 189 209 188
Hex BD D1 BC

RGB Percentages of Color #bdd1bc

%32.25
%35.67
%32.08

CMYK Percentages of Color #bdd1bc

%10
%0
%10
%18

Triadic Colors of #bdd1bc

#bdd1bc #bcbdd1 #d1bcbd

Analogous Colors of #bdd1bc

#bdd1bc #bcd1c6 #c8d1bc

Monochromatic Colors of #bdd1bc

#bdd1bc

Complementary Color

#bdd1bc #d0bcd1

#bdd1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd1bc Color CSS Codes

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

#bdd1bc Text Font Color

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

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


#bdd1bc Background Color

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

This div background color is #bdd1bc


#bdd1bc Border Color

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

This div border color is #bdd1bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,209,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 #bdd1bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd1bc


Comments

No comments written yet.

Please login to write comment.