#BF8CBD

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

Shades of Lilac #BF8CBD

Tints of Lilac #BF8CBD

Color information

#BF8CBD (or 0xBF8CBD) is unknown color: approx Lilac. HEX triplet: BF, 8C and BD. RGB value is (191,140,189). Sum of RGB (Red+Green+Blue) = 191+140+189=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CBD is #407342. Grayscale: #A0A0A0. Windows color (decimal): -4223811 or 12422335. OLE color: 12422335.

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

Color convert

RGB191140189-
CMYK00.270.010.25
HSL302.35º28.49%64.9%-
HSV(B)302.35º26.7%74.9%-
XYZ40.0533.5152.5-
YUV160.83143.9149.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=36.73%
G=26.92%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114018900.270.010.25302.3528.4964.9
HexBF8CBD01B11912e1c41
Octal27721427503313145634101
Binary101111111000110010111101011011111001100101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8CBD; }

 p { color: rgb(191,140,189); }

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

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

 a { background-color: rgb(191,140,189); }

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

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

 span { border-color: rgb(191,140,189); }

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