#B9ABBA

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

Shades of Lola #B9ABBA

Tints of Lola #B9ABBA

Color information

#B9ABBA (or 0xB9ABBA) is unknown color: approx Lola. HEX triplet: B9, AB and BA. RGB value is (185,171,186). Sum of RGB (Red+Green+Blue) = 185+171+186=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #B9ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABBA is #465445. Grayscale: #B0B0B0. Windows color (decimal): -4609094 or 12233657. OLE color: 12233657.

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

Color convert

RGB185171186-
CMYK0.010.0800.27
HSL296º9.8%70%-
HSV(B)296º8.06%72.94%-
XYZ43.4342.9952.46-
YUV176.9133.14133.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=34.13%
G=31.55%
B=34.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851711860.010.0800.272969.870
HexB9ABBA1801B128a46
Octal27125327211003345012106
Binary1011100110101011101110101100001101110010100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABBA; }

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

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

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

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

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

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

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

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