Color Hex Logo

#bdcacc Color Hex

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

Color spaces of #bdcacc

RGB 189202204
HSL0.520.130.77
HSV188°80°
CMYK 0.070.010.00   0.20
XYZ53.005957.419565.4161
Yxy57.41950.30140.3265
Hunter Lab75.7757-7.74471.8587
CIE-Lab80.4150-4.0229-2.5281

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

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

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

Base Numbers

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

RGB Percentages of Color #bdcacc

%31.76
%33.95
%34.29

CMYK Percentages of Color #bdcacc

%7
%1
%0
%20

Triadic Colors of #bdcacc

#bdcacc #ccbdca #caccbd

Analogous Colors of #bdcacc

#bdcacc #bdc3cc #bdccc7

Monochromatic Colors of #bdcacc

#bdcacc

Complementary Color

#bdcacc #ccbfbd

#bdcacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcacc Color CSS Codes

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

#bdcacc Text Font Color

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

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


#bdcacc Background Color

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

This div background color is #bdcacc


#bdcacc Border Color

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

This div border color is #bdcacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcacc

#bdcacc Color Palettes


Comments

No comments written yet.

Please login to write comment.