#BC97BD

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

Shades of Lilac #BC97BD

Tints of Lilac #BC97BD

Color information

#BC97BD (or 0xBC97BD) is unknown color: approx Lilac. HEX triplet: BC, 97 and BD. RGB value is (188,151,189). Sum of RGB (Red+Green+Blue) = 188+151+189=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC97BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97BD is #436842. Grayscale: #A6A6A6. Windows color (decimal): -4417603 or 12425148. OLE color: 12425148.

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

Color convert

RGB188151189-
CMYK0.010.2000.26
HSL298.42º22.35%66.67%-
HSV(B)298.42º20.11%74.12%-
XYZ40.9936.553.03-
YUV166.4140.76143.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=35.61%
G=28.60%
B=35.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881511890.010.2000.26298.4222.3566.67
HexBC97BD11401A12a1643
Octal27422727512403245226103
Binary101111001001011110111101110100011010100101010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97BD; }

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

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

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

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

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

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

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

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