#B7AAB6

Color #B7AAB6 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #B7AAB6

Tints of Lola #B7AAB6

Color information

#B7AAB6 (or 0xB7AAB6) is unknown color: approx Lola. HEX triplet: B7, AA and B6. RGB value is (183,170,182). Sum of RGB (Red+Green+Blue) = 183+170+182=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAB6 is #485549. Grayscale: #AFAFAF. Windows color (decimal): -4740426 or 11971255. OLE color: 11971255.

HSL color Cylindrical-coordinate representation of color #B7AAB6: hue angle of 304.62º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7AAB6 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183170182-
CMYK00.070.010.28
HSL304.62º8.28%69.22%-
HSV(B)304.62º7.1%71.76%-
XYZ42.3542.1950.17-
YUV175.26131.81133.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 34.21%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 182 (71.48% from 255) = 34.02%
R=34.21%
G=31.78%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317018200.070.010.28304.628.2869.22
HexB7AAB60711C131845
Octal2672522660713446110105
Binary101101111010101010110110011111110010011000110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAB6; }

 p { color: rgb(183,170,182); }

 H1.HeaderClassName
 {
   color: #B7AAB6;
 }
 .AnyTagClassName
 {
   color: #B7AAB6;
 }
</style>
background-color css

<style>
 a { background-color: #B7AAB6; }

 a { background-color: rgb(183,170,182); }

 div.DivClassName
 {
   background-color: #B7AAB6;
 }
 .BgClassName
 {
   background-color: #B7AAB6;
 }
</style>
border-color css

<style>
 span { border-color: #B7AAB6; }

 span { border-color: rgb(183,170,182); }

 td.TdClassName
 {
   border-color: #B7AAB6;
 }
 .TagClassName
 {
   border-color: #B7AAB6;
 }
</style>