#BF92AB

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

Shades of Lily #BF92AB

Tints of Lily #BF92AB

Color information

#BF92AB (or 0xBF92AB) is unknown color: approx Lily. HEX triplet: BF, 92 and AB. RGB value is (191,146,171). Sum of RGB (Red+Green+Blue) = 191+146+171=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF92AB is #406D54. Grayscale: #A2A2A2. Windows color (decimal): -4222293 or 11244223. OLE color: 11244223.

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

Color convert

RGB191146171-
CMYK00.240.100.25
HSL326.67º26.01%66.08%-
HSV(B)326.67º23.56%74.9%-
XYZ39.1234.5743.14-
YUV162.3132.91148.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=37.60%
G=28.74%
B=33.66%

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
Decimal19114617100.240.100.25326.6726.0166.08
HexBF92AB018A191471a42
Octal277222253030123150732102
Binary101111111001001010101011011000101011001101000111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92AB; }

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

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

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

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

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

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

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

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