#BB9FAE

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

Shades of Lily #BB9FAE

Tints of Lily #BB9FAE

Color information

#BB9FAE (or 0xBB9FAE) is unknown color: approx Lily. HEX triplet: BB, 9F and AE. RGB value is (187,159,174). Sum of RGB (Red+Green+Blue) = 187+159+174=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FAE is #446051. Grayscale: #A9A9A9. Windows color (decimal): -4481106 or 11444155. OLE color: 11444155.

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

Color convert

RGB187159174-
CMYK00.150.070.27
HSL327.86º17.07%67.84%-
HSV(B)327.86º14.97%73.33%-
XYZ40.5338.4245.32-
YUV169.08130.78140.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=35.96%
G=30.58%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715917400.150.070.27327.8617.0767.84
HexBB9FAE0F71B1481144
Octal27323725601773351021104
Binary1011101110011111101011100111111111011101001000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FAE; }

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

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

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

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

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

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

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

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