Color Hex Logo

#bdaacb Color Hex

#BDAACB
(189,170,203)
0 Favorites   0 Comments

Color spaces of #bdaacb

RGB 189170203
HSL0.760.240.73
HSV275°16°80°
CMYK 0.070.160.00   0.20
XYZ46.140543.880162.5377
Yxy43.88010.30240.2876
Hunter Lab66.24218.4095-9.6050
CIE-Lab72.148313.0132-14.2685

#bdaacb color RGB value is (189,170,203).

#bdaacb hex color red value is 189, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdaacb hue: 0.76 , saturation: 0.24 and the lightness value of bdaacb is 0.73.

The process color (four color CMYK) of #bdaacb color hex is 0.07, 0.16, 0.00, 0.20. Web safe color of #bdaacb is #cc99cc. Color #bdaacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11001011
Octal 275 252 313
Decimal 189 170 203
Hex BD AA CB

RGB Percentages of Color #bdaacb

%33.63
%30.25
%36.12

CMYK Percentages of Color #bdaacb

%7
%16
%0
%20

Triadic Colors of #bdaacb

#bdaacb #cbbdaa #aacbbd

Analogous Colors of #bdaacb

#bdaacb #cbaac9 #adaacb

Monochromatic Colors of #bdaacb

#bdaacb

Complementary Color

#bdaacb #b8cbaa

#bdaacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaacb Color CSS Codes

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

#bdaacb Text Font Color

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

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


#bdaacb Background Color

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

This div background color is #bdaacb


#bdaacb Border Color

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

This div border color is #bdaacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaacb


Comments

No comments written yet.

Please login to write comment.