#BF98C1

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

Shades of Lilac #BF98C1

Tints of Lilac #BF98C1

Color information

#BF98C1 (or 0xBF98C1) is unknown color: approx Lilac. HEX triplet: BF, 98 and C1. RGB value is (191,152,193). Sum of RGB (Red+Green+Blue) = 191+152+193=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF98C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98C1 is #40673E. Grayscale: #A8A8A8. Windows color (decimal): -4220735 or 12687551. OLE color: 12687551.

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

Color convert

RGB191152193-
CMYK0.010.2100.24
HSL297.07º24.85%67.65%-
HSV(B)297.07º21.24%75.69%-
XYZ42.3437.3855.44-
YUV168.33141.92144.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=35.63%
G=28.36%
B=36.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911521930.010.2100.24297.0724.8567.65
HexBF98C11150181291944
Octal27723030112503045131104
Binary101111111001100011000001110101011000100101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98C1; }

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

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

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

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

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

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

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

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