#B7AAB5

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

Shades of Lola #B7AAB5

Tints of Lola #B7AAB5

Color information

#B7AAB5 (or 0xB7AAB5) is unknown color: approx Lola. HEX triplet: B7, AA and B5. RGB value is (183,170,181). Sum of RGB (Red+Green+Blue) = 183+170+181=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAB5 is #48554A. Grayscale: #AFAFAF. Windows color (decimal): -4740427 or 11905719. OLE color: 11905719.

HSL color Cylindrical-coordinate representation of color #B7AAB5: hue angle of 309.23º 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 #B7AAB5 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183170181-
CMYK00.070.010.28
HSL309.23º8.28%69.22%-
HSV(B)309.23º7.1%71.76%-
XYZ42.2442.1549.63-
YUV175.14131.31133.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=34.27%
G=31.84%
B=33.90%

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
Decimal18317018100.070.010.28309.238.2869.22
HexB7AAB50711C135845
Octal2672522650713446510105
Binary101101111010101010110101011111110010011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAB5; }

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

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

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

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

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

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

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

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