#BF92AF

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

Shades of Lily #BF92AF

Tints of Lily #BF92AF

Color information

#BF92AF (or 0xBF92AF) is unknown color: approx Lily. HEX triplet: BF, 92 and AF. RGB value is (191,146,175). Sum of RGB (Red+Green+Blue) = 191+146+175=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF92AF is #406D50. Grayscale: #A2A2A2. Windows color (decimal): -4222289 or 11506367. OLE color: 11506367.

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

Color convert

RGB191146175-
CMYK00.240.080.25
HSL321.33º26.01%66.08%-
HSV(B)321.33º23.56%74.9%-
XYZ39.534.7345.18-
YUV162.76134.91148.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=37.30%
G=28.52%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114617500.240.080.25321.3326.0166.08
HexBF92AF0188191411a42
Octal277222257030103150132102
Binary101111111001001010101111011000100011001101000001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92AF; }

 p { color: rgb(191,146,175); }

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

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

 a { background-color: rgb(191,146,175); }

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

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

 span { border-color: rgb(191,146,175); }

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