#BF97CA

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

Shades of Lilac #BF97CA

Tints of Lilac #BF97CA

Color information

#BF97CA (or 0xBF97CA) is unknown color: approx Lilac. HEX triplet: BF, 97 and CA. RGB value is (191,151,202). Sum of RGB (Red+Green+Blue) = 191+151+202=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF97CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97CA is #406835. Grayscale: #A8A8A8. Windows color (decimal): -4220982 or 13277119. OLE color: 13277119.

HSL color Cylindrical-coordinate representation of color #BF97CA: hue angle of 287.06º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF97CA is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191151202-
CMYK0.050.2500.21
HSL287.06º32.48%69.22%-
HSV(B)287.06º25.25%79.22%-
XYZ43.2137.4760.83-
YUV168.77146.75143.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=35.11%
G=27.76%
B=37.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911512020.050.2500.21287.0632.4869.22
HexBF97CA51901511f2045
Octal27722731253102543740105
Binary101111111001011111001010101110010101011000111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97CA; }

 p { color: rgb(191,151,202); }

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

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

 a { background-color: rgb(191,151,202); }

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

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

 span { border-color: rgb(191,151,202); }

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