Color Hex Logo

#b1afbc Color Hex

#B1AFBC
(177,175,188)
0 Favorites   0 Comments

Color spaces of #b1afbc

RGB 177175188
HSL0.690.090.71
HSV249°74°
CMYK 0.060.070.00   0.26
XYZ42.538543.637953.7579
Yxy43.63790.30400.3118
Hunter Lab66.0590-0.6587-2.0081
CIE-Lab71.98583.2096-6.3732

#b1afbc color RGB value is (177,175,188).

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

The process color (four color CMYK) of #b1afbc color hex is 0.06, 0.07, 0.00, 0.26. Web safe color of #b1afbc is #9999cc. Color #b1afbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101111 10111100
Octal 261 257 274
Decimal 177 175 188
Hex B1 AF BC

RGB Percentages of Color #b1afbc

%32.78
%32.41
%34.81

CMYK Percentages of Color #b1afbc

%6
%7
%0
%26

Triadic Colors of #b1afbc

#b1afbc #bcb1af #afbcb1

Analogous Colors of #b1afbc

#b1afbc #b8afbc #afb4bc

Monochromatic Colors of #b1afbc

#b1afbc

Complementary Color

#b1afbc #babcaf

#b1afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1afbc Color CSS Codes

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

#b1afbc Text Font Color

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

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


#b1afbc Background Color

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

This div background color is #b1afbc


#b1afbc Border Color

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

This div border color is #b1afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1afbc


Comments

No comments written yet.

Please login to write comment.