#BF8DCB

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

Shades of Lilac #BF8DCB

Tints of Lilac #BF8DCB

Color information

#BF8DCB (or 0xBF8DCB) is unknown color: approx Lilac. HEX triplet: BF, 8D and CB. RGB value is (191,141,203). Sum of RGB (Red+Green+Blue) = 191+141+203=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DCB is #407234. Grayscale: #A2A2A2. Windows color (decimal): -4223541 or 13340095. OLE color: 13340095.

HSL color Cylindrical-coordinate representation of color #BF8DCB: hue angle of 288.39º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8DCB is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191141203-
CMYK0.060.3100.20
HSL288.39º37.35%67.45%-
HSV(B)288.39º30.54%79.61%-
XYZ41.7934.4460.94-
YUV163.02150.56147.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=35.70%
G=26.36%
B=37.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911412030.060.3100.20288.3937.3567.45
HexBF8DCB61F0141202543
Octal27721531363702444045103
Binary101111111000110111001011110111110101001001000001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DCB; }

 p { color: rgb(191,141,203); }

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

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

 a { background-color: rgb(191,141,203); }

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

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

 span { border-color: rgb(191,141,203); }

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