#BC9CBD

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

Shades of Lilac #BC9CBD

Tints of Lilac #BC9CBD

Color information

#BC9CBD (or 0xBC9CBD) is unknown color: approx Lilac. HEX triplet: BC, 9C and BD. RGB value is (188,156,189). Sum of RGB (Red+Green+Blue) = 188+156+189=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CBD is #436342. Grayscale: #A9A9A9. Windows color (decimal): -4416323 or 12426428. OLE color: 12426428.

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

Color convert

RGB188156189-
CMYK0.010.1700.26
HSL298.18º20%67.65%-
HSV(B)298.18º17.46%74.12%-
XYZ41.8138.1453.3-
YUV169.33139.1141.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=35.27%
G=29.27%
B=35.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881561890.010.1700.26298.182067.65
HexBC9CBD11101A12a1444
Octal27423427512103245224104
Binary101111001001110010111101110001011010100101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CBD; }

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

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

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

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

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

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

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

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