#BF96AA

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

Shades of Lily #BF96AA

Tints of Lily #BF96AA

Color information

#BF96AA (or 0xBF96AA) is unknown color: approx Lily. HEX triplet: BF, 96 and AA. RGB value is (191,150,170). Sum of RGB (Red+Green+Blue) = 191+150+170=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BF96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF96AA is #406955. Grayscale: #A4A4A4. Windows color (decimal): -4221270 or 11179711. OLE color: 11179711.

HSL color Cylindrical-coordinate representation of color #BF96AA: hue angle of 330.73º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF96AA is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB191150170-
CMYK00.210.110.25
HSL330.73º24.26%66.86%-
HSV(B)330.73º21.47%74.9%-
XYZ39.6535.7942.85-
YUV164.54131.08146.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=37.38%
G=29.35%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115017000.210.110.25330.7324.2666.86
HexBF96AA015B1914b1843
Octal277226252025133151330103
Binary101111111001011010101010010101101111001101001011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96AA; }

 p { color: rgb(191,150,170); }

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

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

 a { background-color: rgb(191,150,170); }

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

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

 span { border-color: rgb(191,150,170); }

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