#B9ABB2

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

Shades of Lily #B9ABB2

Tints of Lily #B9ABB2

Color information

#B9ABB2 (or 0xB9ABB2) is unknown color: approx Lily. HEX triplet: B9, AB and B2. RGB value is (185,171,178). Sum of RGB (Red+Green+Blue) = 185+171+178=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABB2 is #46544D. Grayscale: #AFAFAF. Windows color (decimal): -4609102 or 11709369. OLE color: 11709369.

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

Color convert

RGB185171178-
CMYK00.080.040.27
HSL330º9.09%69.8%-
HSV(B)330º7.57%72.55%-
XYZ42.6142.6548.11-
YUV175.98129.14134.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=34.64%
G=32.02%
B=33.33%

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
Decimal18517117800.080.040.273309.0969.8
HexB9ABB20841B14a946
Octal27125326201043351211106
Binary101110011010101110110010010001001101110100101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABB2; }

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

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

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

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

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

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

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

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