#BF92C0

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

Shades of Lilac #BF92C0

Tints of Lilac #BF92C0

Color information

#BF92C0 (or 0xBF92C0) is unknown color: approx Lilac. HEX triplet: BF, 92 and C0. RGB value is (191,146,192). Sum of RGB (Red+Green+Blue) = 191+146+192=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF92C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92C0 is #406D3F. Grayscale: #A4A4A4. Windows color (decimal): -4222272 or 12620479. OLE color: 12620479.

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

Color convert

RGB191146192-
CMYK0.010.2400.25
HSL298.7º26.74%66.27%-
HSV(B)298.7º23.96%75.29%-
XYZ41.2835.4454.53-
YUV164.7143.41146.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=36.11%
G=27.60%
B=36.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911461920.010.2400.25298.726.7466.27
HexBF92C011801912b1b42
Octal27722230013003145333102
Binary101111111001001011000000111000011001100101011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92C0; }

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

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

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

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

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

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

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

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