#BB9AAF

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

Shades of Lily #BB9AAF

Tints of Lily #BB9AAF

Color information

#BB9AAF (or 0xBB9AAF) is unknown color: approx Lily. HEX triplet: BB, 9A and AF. RGB value is (187,154,175). Sum of RGB (Red+Green+Blue) = 187+154+175=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9AAF is #446550. Grayscale: #A6A6A6. Windows color (decimal): -4482385 or 11508411. OLE color: 11508411.

HSL color Cylindrical-coordinate representation of color #BB9AAF: hue angle of 321.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9AAF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187154175-
CMYK00.180.060.27
HSL321.82º19.53%66.86%-
HSV(B)321.82º17.65%73.33%-
XYZ39.7936.7745.56-
YUV166.26132.93142.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=36.24%
G=29.84%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715417500.180.060.27321.8219.5366.86
HexBB9AAF01261B1421443
Octal27323225702263350224103
Binary10111011100110101010111101001011011011101000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9AAF; }

 p { color: rgb(187,154,175); }

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

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

 a { background-color: rgb(187,154,175); }

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

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

 span { border-color: rgb(187,154,175); }

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