#BF94CA

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

Shades of Lilac #BF94CA

Tints of Lilac #BF94CA

Color information

#BF94CA (or 0xBF94CA) is unknown color: approx Lilac. HEX triplet: BF, 94 and CA. RGB value is (191,148,202). Sum of RGB (Red+Green+Blue) = 191+148+202=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94CA is #406B35. Grayscale: #A6A6A6. Windows color (decimal): -4221750 or 13276351. OLE color: 13276351.

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

Color convert

RGB191148202-
CMYK0.050.2700.21
HSL287.78º33.75%68.63%-
HSV(B)287.78º26.73%79.22%-
XYZ42.7436.5260.67-
YUV167.01147.75145.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=35.30%
G=27.36%
B=37.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911482020.050.2700.21287.7833.7568.63
HexBF94CA51B0151202245
Octal27722431253302544042105
Binary101111111001010011001010101110110101011001000001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94CA; }

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

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

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

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

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

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

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

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