#BC9BBC

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

Shades of Lilac #BC9BBC

Tints of Lilac #BC9BBC

Color information

#BC9BBC (or 0xBC9BBC) is unknown color: approx Lilac. HEX triplet: BC, 9B and BC. RGB value is (188,155,188). Sum of RGB (Red+Green+Blue) = 188+155+188=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC9BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BBC is #436443. Grayscale: #A8A8A8. Windows color (decimal): -4416580 or 12360636. OLE color: 12360636.

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

Color convert

RGB188155188-
CMYK00.1800.26
HSL300º19.76%67.25%-
HSV(B)300º17.55%73.73%-
XYZ41.5437.7652.68-
YUV168.63138.93141.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=35.40%
G=29.19%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815518800.1800.2630019.7667.25
HexBC9BBC01201A12c1443
Octal27423327402203245424103
Binary101111001001101110111100010010011010100101100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9BBC; }

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

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

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

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

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

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

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

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