#BB9EAB

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

Shades of Lily #BB9EAB

Tints of Lily #BB9EAB

Color information

#BB9EAB (or 0xBB9EAB) is unknown color: approx Lily. HEX triplet: BB, 9E and AB. RGB value is (187,158,171). Sum of RGB (Red+Green+Blue) = 187+158+171=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9EAB is #446154. Grayscale: #A8A8A8. Windows color (decimal): -4481365 or 11247291. OLE color: 11247291.

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

Color convert

RGB187158171-
CMYK00.160.090.27
HSL333.1º17.58%67.65%-
HSV(B)333.1º15.51%73.33%-
XYZ40.0737.9643.74-
YUV168.15129.61141.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=36.24%
G=30.62%
B=33.14%

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
Decimal18715817100.160.090.27333.117.5867.65
HexBB9EAB01091B14d1244
Octal273236253020113351522104
Binary101110111001111010101011010000100111011101001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EAB; }

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

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

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

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

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

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

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

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