#BF92B0

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

Shades of Lily #BF92B0

Tints of Lily #BF92B0

Color information

#BF92B0 (or 0xBF92B0) is unknown color: approx Lily. HEX triplet: BF, 92 and B0. RGB value is (191,146,176). Sum of RGB (Red+Green+Blue) = 191+146+176=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF92B0 is #406D4F. Grayscale: #A2A2A2. Windows color (decimal): -4222288 or 11571903. OLE color: 11571903.

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

Color convert

RGB191146176-
CMYK00.240.080.25
HSL320º26.01%66.08%-
HSV(B)320º23.56%74.9%-
XYZ39.634.7745.7-
YUV162.87135.41148.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 176 (69.14% from 255) = 34.31%
R=37.23%
G=28.46%
B=34.31%

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
Decimal19114617600.240.080.2532026.0166.08
HexBF92B00188191401a42
Octal277222260030103150032102
Binary101111111001001010110000011000100011001101000000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92B0; }

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

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

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

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

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

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

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

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