Color Hex Logo

#bdcbc7 Color Hex

#BDCBC7
(189,203,199)
0 Favorites   0 Comments

Color spaces of #bdcbc7

RGB 189203199
HSL0.450.120.77
HSV163°80°
CMYK 0.070.000.02   0.20
XYZ52.651057.654262.3862
Yxy57.65420.30490.3339
Hunter Lab75.9304-9.10424.4372
CIE-Lab80.5462-5.50900.3449

#bdcbc7 color RGB value is (189,203,199).

#bdcbc7 hex color red value is 189, green value is 203 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bdcbc7 hue: 0.45 , saturation: 0.12 and the lightness value of bdcbc7 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11000111
Octal 275 313 307
Decimal 189 203 199
Hex BD CB C7

RGB Percentages of Color #bdcbc7

%31.98
%34.35
%33.67

CMYK Percentages of Color #bdcbc7

%7
%0
%2
%20

Triadic Colors of #bdcbc7

#bdcbc7 #c7bdcb #cbc7bd

Analogous Colors of #bdcbc7

#bdcbc7 #bdc8cb #bdcbc0

Monochromatic Colors of #bdcbc7

#bdcbc7

Complementary Color

#bdcbc7 #cbbdc1

#bdcbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbc7 Color CSS Codes

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

#bdcbc7 Text Font Color

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

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


#bdcbc7 Background Color

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

This div background color is #bdcbc7


#bdcbc7 Border Color

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

This div border color is #bdcbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbc7


Comments

No comments written yet.

Please login to write comment.