Color Hex Logo

#b8afbc Color Hex

#B8AFBC
(184,175,188)
0 Favorites   0 Comments

Color spaces of #b8afbc

RGB 184175188
HSL0.780.090.71
HSV282°74°
CMYK 0.020.070.00   0.26
XYZ44.174244.481153.8344
Yxy44.48110.31000.3122
Hunter Lab66.69421.5129-1.1720
CIE-Lab72.54895.6231-5.4773

#b8afbc color RGB value is (184,175,188).

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

The process color (four color CMYK) of #b8afbc color hex is 0.02, 0.07, 0.00, 0.26. Web safe color of #b8afbc is #cc99cc. Color #b8afbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101111 10111100
Octal 270 257 274
Decimal 184 175 188
Hex B8 AF BC

RGB Percentages of Color #b8afbc

%33.64
%31.99
%34.37

CMYK Percentages of Color #b8afbc

%2
%7
%0
%26

Triadic Colors of #b8afbc

#b8afbc #bcb8af #afbcb8

Analogous Colors of #b8afbc

#b8afbc #bcafba #b2afbc

Monochromatic Colors of #b8afbc

#b8afbc

Complementary Color

#b8afbc #b3bcaf

#b8afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8afbc Color CSS Codes

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

#b8afbc Text Font Color

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

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


#b8afbc Background Color

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

This div background color is #b8afbc


#b8afbc Border Color

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

This div border color is #b8afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8afbc


Comments

No comments written yet.

Please login to write comment.