#BC8FC5

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

Shades of Lilac #BC8FC5

Tints of Lilac #BC8FC5

Color information

#BC8FC5 (or 0xBC8FC5) is unknown color: approx Lilac. HEX triplet: BC, 8F and C5. RGB value is (188,143,197). Sum of RGB (Red+Green+Blue) = 188+143+197=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC8FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FC5 is #43703A. Grayscale: #A2A2A2. Windows color (decimal): -4419643 or 12947388. OLE color: 12947388.

HSL color Cylindrical-coordinate representation of color #BC8FC5: hue angle of 290º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8FC5 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188143197-
CMYK0.050.2700.23
HSL290º31.76%66.67%-
HSV(B)290º27.41%77.25%-
XYZ40.6434.3757.31-
YUV162.61147.41146.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 197 (77.34% from 255) = 37.31%
R=35.61%
G=27.08%
B=37.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881431970.050.2700.2329031.7666.67
HexBC8FC551B0171222043
Octal27421730553302744240103
Binary101111001000111111000101101110110101111001000101000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FC5; }

 p { color: rgb(188,143,197); }

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

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

 a { background-color: rgb(188,143,197); }

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

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

 span { border-color: rgb(188,143,197); }

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