#B9ABB0

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

Shades of Lily #B9ABB0

Tints of Lily #B9ABB0

Color information

#B9ABB0 (or 0xB9ABB0) is unknown color: approx Lily. HEX triplet: B9, AB and B0. RGB value is (185,171,176). Sum of RGB (Red+Green+Blue) = 185+171+176=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABB0 is #46544F. Grayscale: #AFAFAF. Windows color (decimal): -4609104 or 11578297. OLE color: 11578297.

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

Color convert

RGB185171176-
CMYK00.080.050.27
HSL338.57º9.09%69.8%-
HSV(B)338.57º7.57%72.55%-
XYZ42.4142.5747.06-
YUV175.76128.14134.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=34.77%
G=32.14%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517117600.080.050.27338.579.0969.8
HexB9ABB00851B153946
Octal27125326001053352311106
Binary101110011010101110110000010001011101110101001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABB0; }

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

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

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

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

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

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

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

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