#BB9EAC

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

Shades of Lily #BB9EAC

Tints of Lily #BB9EAC

Color information

#BB9EAC (or 0xBB9EAC) is unknown color: approx Lily. HEX triplet: BB, 9E and AC. RGB value is (187,158,172). Sum of RGB (Red+Green+Blue) = 187+158+172=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9EAC is #446153. Grayscale: #A8A8A8. Windows color (decimal): -4481364 or 11312827. OLE color: 11312827.

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

Color convert

RGB187158172-
CMYK00.160.080.27
HSL331.03º17.58%67.65%-
HSV(B)331.03º15.51%73.33%-
XYZ40.173844.25-
YUV168.27130.11141.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=36.17%
G=30.56%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715817200.160.080.27331.0317.5867.65
HexBB9EAC01081B14b1244
Octal273236254020103351322104
Binary101110111001111010101100010000100011011101001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EAC; }

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

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

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

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

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

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

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

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