#B9ABB3

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

Shades of Lily #B9ABB3

Tints of Lily #B9ABB3

Color information

#B9ABB3 (or 0xB9ABB3) is unknown color: approx Lily. HEX triplet: B9, AB and B3. RGB value is (185,171,179). Sum of RGB (Red+Green+Blue) = 185+171+179=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABB3 is #46544C. Grayscale: #B0B0B0. Windows color (decimal): -4609101 or 11774905. OLE color: 11774905.

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

Color convert

RGB185171179-
CMYK00.080.030.27
HSL325.71º9.09%69.8%-
HSV(B)325.71º7.57%72.55%-
XYZ42.7142.6948.64-
YUV176.1129.64134.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 179 (70.31% from 255) = 33.46%
R=34.58%
G=31.96%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517117900.080.030.27325.719.0969.8
HexB9ABB30831B146946
Octal27125326301033350611106
Binary10111001101010111011001101000111101110100011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABB3; }

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

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

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

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

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

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

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

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