#BC8FBD

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

Shades of Lilac #BC8FBD

Tints of Lilac #BC8FBD

Color information

#BC8FBD (or 0xBC8FBD) is unknown color: approx Lilac. HEX triplet: BC, 8F and BD. RGB value is (188,143,189). Sum of RGB (Red+Green+Blue) = 188+143+189=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FBD is #437042. Grayscale: #A1A1A1. Windows color (decimal): -4419651 or 12423100. OLE color: 12423100.

HSL color Cylindrical-coordinate representation of color #BC8FBD: hue angle of 298.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8FBD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188143189-
CMYK0.010.2400.26
HSL298.7º25.84%65.1%-
HSV(B)298.7º24.34%74.12%-
XYZ39.7534.0152.61-
YUV161.7143.41146.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=36.15%
G=27.5%
B=36.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881431890.010.2400.26298.725.8465.1
HexBC8FBD11801A12b1a41
Octal27421727513003245332101
Binary101111001000111110111101111000011010100101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FBD; }

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

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

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

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

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

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

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

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