#BF96AE

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

Shades of Lily #BF96AE

Tints of Lily #BF96AE

Color information

#BF96AE (or 0xBF96AE) is unknown color: approx Lily. HEX triplet: BF, 96 and AE. RGB value is (191,150,174). Sum of RGB (Red+Green+Blue) = 191+150+174=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF96AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF96AE is #406951. Grayscale: #A4A4A4. Windows color (decimal): -4221266 or 11441855. OLE color: 11441855.

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

Color convert

RGB191150174-
CMYK00.210.090.25
HSL324.88º24.26%66.86%-
HSV(B)324.88º21.47%74.9%-
XYZ40.0335.9544.87-
YUV165133.08146.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=37.09%
G=29.13%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115017400.210.090.25324.8824.2666.86
HexBF96AE0159191451843
Octal277226256025113150530103
Binary101111111001011010101110010101100111001101000101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96AE; }

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

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

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

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

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

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

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

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