#BF8BC4

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

Shades of Lilac #BF8BC4

Tints of Lilac #BF8BC4

Color information

#BF8BC4 (or 0xBF8BC4) is unknown color: approx Lilac. HEX triplet: BF, 8B and C4. RGB value is (191,139,196). Sum of RGB (Red+Green+Blue) = 191+139+196=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF8BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BC4 is #40743B. Grayscale: #A0A0A0. Windows color (decimal): -4224060 or 12880831. OLE color: 12880831.

HSL color Cylindrical-coordinate representation of color #BF8BC4: hue angle of 294.74º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8BC4 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191139196-
CMYK0.030.2900.23
HSL294.74º32.57%65.69%-
HSV(B)294.74º29.08%76.86%-
XYZ40.6833.5356.55-
YUV161.05147.73149.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=36.31%
G=26.43%
B=37.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911391960.030.2900.23294.7432.5765.69
HexBF8BC431D0171272142
Octal27721330433502744741102
Binary10111111100010111100010011111010101111001001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BC4; }

 p { color: rgb(191,139,196); }

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

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

 a { background-color: rgb(191,139,196); }

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

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

 span { border-color: rgb(191,139,196); }

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