Color Hex Logo

#bdabcf Color Hex

#BDABCF
(189,171,207)
0 Favorites   0 Comments

Color spaces of #bdabcf

RGB 189171207
HSL0.750.270.74
HSV270°17°81°
CMYK 0.090.170.00   0.19
XYZ46.811744.449665.1439
Yxy44.44960.29930.2842
Hunter Lab66.67058.6576-11.2630
CIE-Lab72.528013.2728-15.8919

#bdabcf color RGB value is (189,171,207).

#bdabcf hex color red value is 189, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bdabcf hue: 0.75 , saturation: 0.27 and the lightness value of bdabcf is 0.74.

The process color (four color CMYK) of #bdabcf color hex is 0.09, 0.17, 0.00, 0.19. Web safe color of #bdabcf is #cc99cc. Color #bdabcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11001111
Octal 275 253 317
Decimal 189 171 207
Hex BD AB CF

RGB Percentages of Color #bdabcf

%33.33
%30.16
%36.51

CMYK Percentages of Color #bdabcf

%9
%17
%0
%19

Triadic Colors of #bdabcf

#bdabcf #cfbdab #abcfbd

Analogous Colors of #bdabcf

#bdabcf #cfabcf #ababcf

Monochromatic Colors of #bdabcf

#bdabcf

Complementary Color

#bdabcf #bdcfab

#bdabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabcf Color CSS Codes

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

#bdabcf Text Font Color

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

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


#bdabcf Background Color

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

This div background color is #bdabcf


#bdabcf Border Color

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

This div border color is #bdabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabcf


Comments

No comments written yet.

Please login to write comment.