Color Hex Logo

#bdafbc Color Hex

#BDAFBC
(189,175,188)
0 Favorites   0 Comments

Color spaces of #bdafbc

RGB 189175188
HSL0.850.100.71
HSV304°74°
CMYK 0.000.070.01   0.26
XYZ45.393345.109653.8915
Yxy45.10960.31440.3124
Hunter Lab67.16373.1047-0.5592
CIE-Lab72.96407.3644-4.8175

#bdafbc color RGB value is (189,175,188).

#bdafbc hex color red value is 189, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bdafbc hue: 0.85 , saturation: 0.10 and the lightness value of bdafbc is 0.71.

The process color (four color CMYK) of #bdafbc color hex is 0.00, 0.07, 0.01, 0.26. Web safe color of #bdafbc is #cc99cc. Color #bdafbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 10111100
Octal 275 257 274
Decimal 189 175 188
Hex BD AF BC

RGB Percentages of Color #bdafbc

%34.24
%31.70
%34.06

CMYK Percentages of Color #bdafbc

%0
%7
%1
%26

Triadic Colors of #bdafbc

#bdafbc #bcbdaf #afbcbd

Analogous Colors of #bdafbc

#bdafbc #bdafb5 #b7afbd

Monochromatic Colors of #bdafbc

#bdafbc

Complementary Color

#bdafbc #afbdb0

#bdafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafbc Color CSS Codes

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

#bdafbc Text Font Color

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

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


#bdafbc Background Color

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

This div background color is #bdafbc


#bdafbc Border Color

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

This div border color is #bdafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafbc


Comments

No comments written yet.

Please login to write comment.