#BC97BC

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

Shades of Lilac #BC97BC

Tints of Lilac #BC97BC

Color information

#BC97BC (or 0xBC97BC) is unknown color: approx Lilac. HEX triplet: BC, 97 and BC. RGB value is (188,151,188). Sum of RGB (Red+Green+Blue) = 188+151+188=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC97BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97BC is #436843. Grayscale: #A6A6A6. Windows color (decimal): -4417604 or 12359612. OLE color: 12359612.

HSL color Cylindrical-coordinate representation of color #BC97BC: hue angle of 300º 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 #BC97BC is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188151188-
CMYK00.2000.26
HSL300º21.64%66.47%-
HSV(B)300º19.68%73.73%-
XYZ40.8836.4652.46-
YUV166.28140.26143.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=35.67%
G=28.65%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815118800.2000.2630021.6466.47
HexBC97BC01401A12c1642
Octal27422727402403245426102
Binary101111001001011110111100010100011010100101100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97BC; }

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

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

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

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

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

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

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

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