#BF95C2

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

Shades of Lilac #BF95C2

Tints of Lilac #BF95C2

Color information

#BF95C2 (or 0xBF95C2) is unknown color: approx Lilac. HEX triplet: BF, 95 and C2. RGB value is (191,149,194). Sum of RGB (Red+Green+Blue) = 191+149+194=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF95C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95C2 is #406A3D. Grayscale: #A6A6A6. Windows color (decimal): -4221502 or 12752319. OLE color: 12752319.

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

Color convert

RGB191149194-
CMYK0.020.2300.24
HSL296º26.95%67.25%-
HSV(B)296º23.2%76.08%-
XYZ41.9736.4755.87-
YUV166.69143.41145.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 194 (76.17% from 255) = 36.33%
R=35.77%
G=27.90%
B=36.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911491940.020.2300.2429626.9567.25
HexBF95C22170181281b43
Octal27722530222703045033103
Binary1011111110010101110000101010111011000100101000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95C2; }

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

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

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

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

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

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

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

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