#BF9CC1

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

Shades of Lilac #BF9CC1

Tints of Lilac #BF9CC1

Color information

#BF9CC1 (or 0xBF9CC1) is unknown color: approx Lilac. HEX triplet: BF, 9C and C1. RGB value is (191,156,193). Sum of RGB (Red+Green+Blue) = 191+156+193=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CC1 is #40633E. Grayscale: #AAAAAA. Windows color (decimal): -4219711 or 12688575. OLE color: 12688575.

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

Color convert

RGB191156193-
CMYK0.010.1900.24
HSL296.76º22.98%68.43%-
HSV(B)296.76º19.17%75.69%-
XYZ4338.755.66-
YUV170.68140.6142.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=35.37%
G=28.89%
B=35.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911561930.010.1900.24296.7622.9868.43
HexBF9CC11130181291744
Octal27723430112303045127104
Binary101111111001110011000001110011011000100101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CC1; }

 p { color: rgb(191,156,193); }

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

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

 a { background-color: rgb(191,156,193); }

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

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

 span { border-color: rgb(191,156,193); }

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