#BB9EAE

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

Shades of Lily #BB9EAE

Tints of Lily #BB9EAE

Color information

#BB9EAE (or 0xBB9EAE) is unknown color: approx Lily. HEX triplet: BB, 9E and AE. RGB value is (187,158,174). Sum of RGB (Red+Green+Blue) = 187+158+174=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9EAE is #446151. Grayscale: #A8A8A8. Windows color (decimal): -4481362 or 11443899. OLE color: 11443899.

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

Color convert

RGB187158174-
CMYK00.160.070.27
HSL326.9º17.58%67.65%-
HSV(B)326.9º15.51%73.33%-
XYZ40.3638.0745.27-
YUV168.5131.11141.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=36.03%
G=30.44%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715817400.160.070.27326.917.5867.65
HexBB9EAE01071B1471244
Octal27323625602073350722104
Binary10111011100111101010111001000011111011101000111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EAE; }

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

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

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

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

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

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

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

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