#BC99BF

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

Shades of Lilac #BC99BF

Tints of Lilac #BC99BF

Color information

#BC99BF (or 0xBC99BF) is unknown color: approx Lilac. HEX triplet: BC, 99 and BF. RGB value is (188,153,191). Sum of RGB (Red+Green+Blue) = 188+153+191=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC99BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99BF is #436640. Grayscale: #A7A7A7. Windows color (decimal): -4417089 or 12556732. OLE color: 12556732.

HSL color Cylindrical-coordinate representation of color #BC99BF: hue angle of 295.26º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC99BF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188153191-
CMYK0.020.2000.25
HSL295.26º22.89%67.45%-
HSV(B)295.26º19.9%74.9%-
XYZ41.5337.2454.29-
YUV167.8141.1142.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 191 (75% from 255) = 35.90%
R=35.34%
G=28.76%
B=35.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881531910.020.2000.25295.2622.8967.45
HexBC99BF2140191271743
Octal27423127722403144727103
Binary1011110010011001101111111010100011001100100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99BF; }

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

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

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

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

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

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

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

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