#BC97BB

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

Shades of Lilac #BC97BB

Tints of Lilac #BC97BB

Color information

#BC97BB (or 0xBC97BB) is unknown color: approx Lilac. HEX triplet: BC, 97 and BB. RGB value is (188,151,187). Sum of RGB (Red+Green+Blue) = 188+151+187=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BC97BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97BB is #436844. Grayscale: #A6A6A6. Windows color (decimal): -4417605 or 12294076. OLE color: 12294076.

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

Color convert

RGB188151187-
CMYK00.200.010.26
HSL301.62º21.64%66.47%-
HSV(B)301.62º19.68%73.73%-
XYZ40.7836.4151.89-
YUV166.17139.76143.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=35.74%
G=28.71%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815118700.200.010.26301.6221.6466.47
HexBC97BB01411A12e1642
Octal27422727302413245626102
Binary101111001001011110111011010100111010100101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97BB; }

 p { color: rgb(188,151,187); }

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

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

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

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

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

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

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