#BB9FAF

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

Shades of Lily #BB9FAF

Tints of Lily #BB9FAF

Color information

#BB9FAF (or 0xBB9FAF) is unknown color: approx Lily. HEX triplet: BB, 9F and AF. RGB value is (187,159,175). Sum of RGB (Red+Green+Blue) = 187+159+175=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FAF is #446050. Grayscale: #A9A9A9. Windows color (decimal): -4481105 or 11509691. OLE color: 11509691.

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

Color convert

RGB187159175-
CMYK00.150.060.27
HSL325.71º17.07%67.84%-
HSV(B)325.71º14.97%73.33%-
XYZ40.6338.4645.84-
YUV169.2131.28140.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=35.89%
G=30.52%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715917500.150.060.27325.7117.0767.84
HexBB9FAF0F61B1461144
Octal27323725701763350621104
Binary1011101110011111101011110111111011011101000110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FAF; }

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

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

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

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

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

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

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

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