#BC9CBC

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

Shades of Lilac #BC9CBC

Tints of Lilac #BC9CBC

Color information

#BC9CBC (or 0xBC9CBC) is unknown color: approx Lilac. HEX triplet: BC, 9C and BC. RGB value is (188,156,188). Sum of RGB (Red+Green+Blue) = 188+156+188=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC9CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CBC is #436343. Grayscale: #A9A9A9. Windows color (decimal): -4416324 or 12360892. OLE color: 12360892.

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

Color convert

RGB188156188-
CMYK00.1700.26
HSL300º19.28%67.45%-
HSV(B)300º17.02%73.73%-
XYZ41.738.152.73-
YUV169.22138.6141.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=35.34%
G=29.32%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815618800.1700.2630019.2867.45
HexBC9CBC01101A12c1343
Octal27423427402103245423103
Binary101111001001110010111100010001011010100101100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CBC; }

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

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

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

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

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

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

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

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