#B9ABBB

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

Shades of Lola #B9ABBB

Tints of Lola #B9ABBB

Color information

#B9ABBB (or 0xB9ABBB) is unknown color: approx Lola. HEX triplet: B9, AB and BB. RGB value is (185,171,187). Sum of RGB (Red+Green+Blue) = 185+171+187=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABBB is #465444. Grayscale: #B0B0B0. Windows color (decimal): -4609093 or 12299193. OLE color: 12299193.

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

Color convert

RGB185171187-
CMYK0.010.0900.27
HSL292.5º10.53%70.2%-
HSV(B)292.5º8.56%73.33%-
XYZ43.5443.0353.02-
YUV177.01133.64133.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=34.07%
G=31.49%
B=34.44%

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
Decimal1851711870.010.0900.27292.510.5370.2
HexB9ABBB1901B124b46
Octal27125327311103344413106
Binary1011100110101011101110111100101101110010010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABBB; }

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

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

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

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

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

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

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

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