#BB9EAD

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

Shades of Lily #BB9EAD

Tints of Lily #BB9EAD

Color information

#BB9EAD (or 0xBB9EAD) is unknown color: approx Lily. HEX triplet: BB, 9E and AD. RGB value is (187,158,173). Sum of RGB (Red+Green+Blue) = 187+158+173=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9EAD is #446152. Grayscale: #A8A8A8. Windows color (decimal): -4481363 or 11378363. OLE color: 11378363.

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

Color convert

RGB187158173-
CMYK00.160.070.27
HSL328.97º17.58%67.65%-
HSV(B)328.97º15.51%73.33%-
XYZ40.2638.0444.75-
YUV168.38130.61141.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=36.10%
G=30.50%
B=33.40%

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
Decimal18715817300.160.070.27328.9717.5867.65
HexBB9EAD01071B1491244
Octal27323625502073351122104
Binary10111011100111101010110101000011111011101001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EAD; }

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

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

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

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

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

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

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

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