#BB9FAA

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

Shades of Lily #BB9FAA

Tints of Lily #BB9FAA

Color information

#BB9FAA (or 0xBB9FAA) is unknown color: approx Lily. HEX triplet: BB, 9F and AA. RGB value is (187,159,170). Sum of RGB (Red+Green+Blue) = 187+159+170=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FAA is #446055. Grayscale: #A8A8A8. Windows color (decimal): -4481110 or 11182011. OLE color: 11182011.

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

Color convert

RGB187159170-
CMYK00.150.090.27
HSL336.43º17.07%67.84%-
HSV(B)336.43º14.97%73.33%-
XYZ40.1538.2643.3-
YUV168.63128.78141.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=36.24%
G=30.81%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715917000.150.090.27336.4317.0767.84
HexBB9FAA0F91B1501144
Octal273237252017113352021104
Binary10111011100111111010101001111100111011101010000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FAA; }

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

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

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

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

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

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

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

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