#B9ABB1

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

Shades of Lily #B9ABB1

Tints of Lily #B9ABB1

Color information

#B9ABB1 (or 0xB9ABB1) is unknown color: approx Lily. HEX triplet: B9, AB and B1. RGB value is (185,171,177). Sum of RGB (Red+Green+Blue) = 185+171+177=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABB1 is #46544E. Grayscale: #AFAFAF. Windows color (decimal): -4609103 or 11643833. OLE color: 11643833.

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

Color convert

RGB185171177-
CMYK00.080.040.27
HSL334.29º9.09%69.8%-
HSV(B)334.29º7.57%72.55%-
XYZ42.5142.6147.58-
YUV175.87128.64134.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=34.71%
G=32.08%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517117700.080.040.27334.299.0969.8
HexB9ABB10841B14e946
Octal27125326101043351611106
Binary101110011010101110110001010001001101110100111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABB1; }

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

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

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

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

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

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

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

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