#B9AABB

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

Shades of Lola #B9AABB

Tints of Lola #B9AABB

Color information

#B9AABB (or 0xB9AABB) is unknown color: approx Lola. HEX triplet: B9, AA and BB. RGB value is (185,170,187). Sum of RGB (Red+Green+Blue) = 185+170+187=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AABB is #465544. Grayscale: #B0B0B0. Windows color (decimal): -4609349 or 12298937. OLE color: 12298937.

HSL color Cylindrical-coordinate representation of color #B9AABB: hue angle of 292.94º degrees, saturation: 0.11, 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 #B9AABB is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185170187-
CMYK0.010.0900.27
HSL292.94º11.11%70%-
HSV(B)292.94º9.09%73.33%-
XYZ43.3542.6552.96-
YUV176.42133.97134.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=34.13%
G=31.37%
B=34.50%

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
Decimal1851701870.010.0900.27292.9411.1170
HexB9AABB1901B125b46
Octal27125227311103344513106
Binary1011100110101010101110111100101101110010010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AABB; }

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

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

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

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

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

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

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

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