#BF96C1

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

Shades of Lilac #BF96C1

Tints of Lilac #BF96C1

Color information

#BF96C1 (or 0xBF96C1) is unknown color: approx Lilac. HEX triplet: BF, 96 and C1. RGB value is (191,150,193). Sum of RGB (Red+Green+Blue) = 191+150+193=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF96C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96C1 is #40693E. Grayscale: #A7A7A7. Windows color (decimal): -4221247 or 12687039. OLE color: 12687039.

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

Color convert

RGB191150193-
CMYK0.010.2200.24
HSL297.21º25.75%67.25%-
HSV(B)297.21º22.28%75.69%-
XYZ42.0236.7455.33-
YUV167.16142.58145-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=35.77%
G=28.09%
B=36.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911501930.010.2200.24297.2125.7567.25
HexBF96C11160181291a43
Octal27722630112603045132103
Binary101111111001011011000001110110011000100101001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96C1; }

 p { color: rgb(191,150,193); }

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

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

 a { background-color: rgb(191,150,193); }

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

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

 span { border-color: rgb(191,150,193); }

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