#B9AABA

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

Shades of Lola #B9AABA

Tints of Lola #B9AABA

Color information

#B9AABA (or 0xB9AABA) is unknown color: approx Lola. HEX triplet: B9, AA and BA. RGB value is (185,170,186). Sum of RGB (Red+Green+Blue) = 185+170+186=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #B9AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AABA is #465545. Grayscale: #B0B0B0. Windows color (decimal): -4609350 or 12233401. OLE color: 12233401.

HSL color Cylindrical-coordinate representation of color #B9AABA: hue angle of 296.25º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9AABA is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185170186-
CMYK0.010.0900.27
HSL296.25º10.39%69.8%-
HSV(B)296.25º8.6%72.94%-
XYZ43.2542.6152.4-
YUV176.31133.47134.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=34.20%
G=31.42%
B=34.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851701860.010.0900.27296.2510.3969.8
HexB9AABA1901B128a46
Octal27125227211103345012106
Binary1011100110101010101110101100101101110010100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AABA; }

 p { color: rgb(185,170,186); }

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

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

 a { background-color: rgb(185,170,186); }

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

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

 span { border-color: rgb(185,170,186); }

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