#BF95C0

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

Shades of Lilac #BF95C0

Tints of Lilac #BF95C0

Color information

#BF95C0 (or 0xBF95C0) is unknown color: approx Lilac. HEX triplet: BF, 95 and C0. RGB value is (191,149,192). Sum of RGB (Red+Green+Blue) = 191+149+192=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF95C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95C0 is #406A3F. Grayscale: #A6A6A6. Windows color (decimal): -4221504 or 12621247. OLE color: 12621247.

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

Color convert

RGB191149192-
CMYK0.010.2200.25
HSL298.6º25.44%66.86%-
HSV(B)298.6º22.4%75.29%-
XYZ41.7536.3854.69-
YUV166.46142.41145.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=35.90%
G=28.01%
B=36.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911491920.010.2200.25298.625.4466.86
HexBF95C011601912b1943
Octal27722530012603145331103
Binary101111111001010111000000110110011001100101011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95C0; }

 p { color: rgb(191,149,192); }

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

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

 a { background-color: rgb(191,149,192); }

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

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

 span { border-color: rgb(191,149,192); }

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