Color Hex Logo

#bdccca Color Hex

#BDCCCA
(189,204,202)
0 Favorites   0 Comments

Color spaces of #bdccca

RGB 189204202
HSL0.480.130.77
HSV172°80°
CMYK 0.070.000.01   0.20
XYZ53.239858.268864.3181
Yxy58.26880.30280.3314
Hunter Lab76.3340-9.08823.4768
CIE-Lab80.8880-5.4574-0.7630

#bdccca color RGB value is (189,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 11001010
Octal 275 314 312
Decimal 189 204 202
Hex BD CC CA

RGB Percentages of Color #bdccca

%31.76
%34.29
%33.95

CMYK Percentages of Color #bdccca

%7
%0
%1
%20

Triadic Colors of #bdccca

#bdccca #cabdcc #cccabd

Analogous Colors of #bdccca

#bdccca #bdc7cc #bdccc3

Monochromatic Colors of #bdccca

#bdccca

Complementary Color

#bdccca #ccbdbf

#bdccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccca Color CSS Codes

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

#bdccca Text Font Color

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

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


#bdccca Background Color

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

This div background color is #bdccca


#bdccca Border Color

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

This div border color is #bdccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccca


Comments

No comments written yet.

Please login to write comment.