#BF92AC

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

Shades of Lily #BF92AC

Tints of Lily #BF92AC

Color information

#BF92AC (or 0xBF92AC) is unknown color: approx Lily. HEX triplet: BF, 92 and AC. RGB value is (191,146,172). Sum of RGB (Red+Green+Blue) = 191+146+172=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF92AC is #406D53. Grayscale: #A2A2A2. Windows color (decimal): -4222292 or 11309759. OLE color: 11309759.

HSL color Cylindrical-coordinate representation of color #BF92AC: hue angle of 325.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 #BF92AC is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191146172-
CMYK00.240.100.25
HSL325.33º26.01%66.08%-
HSV(B)325.33º23.56%74.9%-
XYZ39.2134.6143.64-
YUV162.42133.41148.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=37.52%
G=28.68%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114617200.240.100.25325.3326.0166.08
HexBF92AC018A191451a42
Octal277222254030123150532102
Binary101111111001001010101100011000101011001101000101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92AC; }

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

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

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

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

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

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

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

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