Color Hex Logo

#bdabcb Color Hex

#BDABCB
(189,171,203)
0 Favorites   0 Comments

Color spaces of #bdabcb

RGB 189171203
HSL0.760.240.73
HSV274°16°80°
CMYK 0.070.160.00   0.20
XYZ46.328744.256462.6005
Yxy44.25640.30240.2889
Hunter Lab66.52557.8888-9.2241
CIE-Lab72.399512.4637-13.8909

#bdabcb color RGB value is (189,171,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11001011
Octal 275 253 313
Decimal 189 171 203
Hex BD AB CB

RGB Percentages of Color #bdabcb

%33.57
%30.37
%36.06

CMYK Percentages of Color #bdabcb

%7
%16
%0
%20

Triadic Colors of #bdabcb

#bdabcb #cbbdab #abcbbd

Analogous Colors of #bdabcb

#bdabcb #cbabc9 #adabcb

Monochromatic Colors of #bdabcb

#bdabcb

Complementary Color

#bdabcb #b9cbab

#bdabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabcb Color CSS Codes

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

#bdabcb Text Font Color

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

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


#bdabcb Background Color

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

This div background color is #bdabcb


#bdabcb Border Color

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

This div border color is #bdabcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,171,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 #bdabcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabcb


Comments

No comments written yet.

Please login to write comment.