Color Hex Logo

#bdcbc9 Color Hex

#BDCBC9
(189,203,201)
0 Favorites   0 Comments

Color spaces of #bdcbc9

RGB 189203201
HSL0.480.120.77
HSV171°80°
CMYK 0.070.000.01   0.20
XYZ52.884857.747763.6174
Yxy57.74770.30350.3314
Hunter Lab75.9919-8.76293.5591
CIE-Lab80.5983-5.1269-0.6508

#bdcbc9 color RGB value is (189,203,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11001001
Octal 275 313 311
Decimal 189 203 201
Hex BD CB C9

RGB Percentages of Color #bdcbc9

%31.87
%34.23
%33.90

CMYK Percentages of Color #bdcbc9

%7
%0
%1
%20

Triadic Colors of #bdcbc9

#bdcbc9 #c9bdcb #cbc9bd

Analogous Colors of #bdcbc9

#bdcbc9 #bdc6cb #bdcbc2

Monochromatic Colors of #bdcbc9

#bdcbc9

Complementary Color

#bdcbc9 #cbbdbf

#bdcbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbc9 Color CSS Codes

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

#bdcbc9 Text Font Color

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

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


#bdcbc9 Background Color

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

This div background color is #bdcbc9


#bdcbc9 Border Color

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

This div border color is #bdcbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbc9


Comments

No comments written yet.

Please login to write comment.