#BC99BD

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

Shades of Lilac #BC99BD

Tints of Lilac #BC99BD

Color information

#BC99BD (or 0xBC99BD) is unknown color: approx Lilac. HEX triplet: BC, 99 and BD. RGB value is (188,153,189). Sum of RGB (Red+Green+Blue) = 188+153+189=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99BD is #436642. Grayscale: #A7A7A7. Windows color (decimal): -4417091 or 12425660. OLE color: 12425660.

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

Color convert

RGB188153189-
CMYK0.010.1900.26
HSL298.33º21.43%67.06%-
HSV(B)298.33º19.05%74.12%-
XYZ41.3237.1553.14-
YUV167.57140.1142.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=35.47%
G=28.87%
B=35.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881531890.010.1900.26298.3321.4367.06
HexBC99BD11301A12a1543
Octal27423127512303245225103
Binary101111001001100110111101110011011010100101010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99BD; }

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

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

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

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

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

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

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

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