#BB9EAA

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

Shades of Lily #BB9EAA

Tints of Lily #BB9EAA

Color information

#BB9EAA (or 0xBB9EAA) is unknown color: approx Lily. HEX triplet: BB, 9E and AA. RGB value is (187,158,170). Sum of RGB (Red+Green+Blue) = 187+158+170=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9EAA is #446155. Grayscale: #A8A8A8. Windows color (decimal): -4481366 or 11181755. OLE color: 11181755.

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

Color convert

RGB187158170-
CMYK00.160.090.27
HSL335.17º17.58%67.65%-
HSV(B)335.17º15.51%73.33%-
XYZ39.9837.9243.24-
YUV168.04129.11141.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=36.31%
G=30.68%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715817000.160.090.27335.1717.5867.65
HexBB9EAA01091B14f1244
Octal273236252020113351722104
Binary101110111001111010101010010000100111011101001111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EAA; }

 p { color: rgb(187,158,170); }

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

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

 a { background-color: rgb(187,158,170); }

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

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

 span { border-color: rgb(187,158,170); }

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