#BF95BC

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

Shades of Lilac #BF95BC

Tints of Lilac #BF95BC

Color information

#BF95BC (or 0xBF95BC) is unknown color: approx Lilac. HEX triplet: BF, 95 and BC. RGB value is (191,149,188). Sum of RGB (Red+Green+Blue) = 191+149+188=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BF95BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95BC is #406A43. Grayscale: #A5A5A5. Windows color (decimal): -4221508 or 12359103. OLE color: 12359103.

HSL color Cylindrical-coordinate representation of color #BF95BC: hue angle of 304.29º 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 #BF95BC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191149188-
CMYK00.220.020.25
HSL304.29º24.71%66.67%-
HSV(B)304.29º21.99%74.9%-
XYZ41.3136.252.39-
YUV166140.41145.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=36.17%
G=28.22%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114918800.220.020.25304.2924.7166.67
HexBF95BC0162191301943
Octal27722527402623146031103
Binary1011111110010101101111000101101011001100110000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95BC; }

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

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

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

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

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

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

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

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