#BC9DB9

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

Shades of Lilac #BC9DB9

Tints of Lilac #BC9DB9

Color information

#BC9DB9 (or 0xBC9DB9) is unknown color: approx Lilac. HEX triplet: BC, 9D and B9. RGB value is (188,157,185). Sum of RGB (Red+Green+Blue) = 188+157+185=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DB9 is #436246. Grayscale: #A9A9A9. Windows color (decimal): -4416071 or 12164540. OLE color: 12164540.

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

Color convert

RGB188157185-
CMYK00.160.020.26
HSL305.81º18.79%67.65%-
HSV(B)305.81º16.49%73.73%-
XYZ41.5538.3151.1-
YUV169.46136.77141.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=35.47%
G=29.62%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815718500.160.020.26305.8118.7967.65
HexBC9DB901021A1321344
Octal27423527102023246223104
Binary1011110010011101101110010100001011010100110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DB9; }

 p { color: rgb(188,157,185); }

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

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

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

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

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

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

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