#BF92C2

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

Shades of Lilac #BF92C2

Tints of Lilac #BF92C2

Color information

#BF92C2 (or 0xBF92C2) is unknown color: approx Lilac. HEX triplet: BF, 92 and C2. RGB value is (191,146,194). Sum of RGB (Red+Green+Blue) = 191+146+194=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF92C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92C2 is #406D3D. Grayscale: #A4A4A4. Windows color (decimal): -4222270 or 12751551. OLE color: 12751551.

HSL color Cylindrical-coordinate representation of color #BF92C2: hue angle of 296.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF92C2 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191146194-
CMYK0.020.2500.24
HSL296.25º28.24%66.67%-
HSV(B)296.25º24.74%76.08%-
XYZ41.535.5355.71-
YUV164.93144.41146.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=35.97%
G=27.50%
B=36.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911461940.020.2500.24296.2528.2466.67
HexBF92C22190181281c43
Octal27722230223103045034103
Binary1011111110010010110000101011001011000100101000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92C2; }

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

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

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

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

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

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

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

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