#BD97C1

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

Shades of Lilac #BD97C1

Tints of Lilac #BD97C1

Color information

#BD97C1 (or 0xBD97C1) is unknown color: approx Lilac. HEX triplet: BD, 97 and C1. RGB value is (189,151,193). Sum of RGB (Red+Green+Blue) = 189+151+193=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD97C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97C1 is #42683E. Grayscale: #A7A7A7. Windows color (decimal): -4352063 or 12687293. OLE color: 12687293.

HSL color Cylindrical-coordinate representation of color #BD97C1: hue angle of 294.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD97C1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189151193-
CMYK0.020.2200.24
HSL294.29º25.3%67.45%-
HSV(B)294.29º21.76%75.69%-
XYZ41.6836.855.36-
YUV167.15142.59143.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=35.46%
G=28.33%
B=36.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891511930.020.2200.24294.2925.367.45
HexBD97C12160181261943
Octal27522730122603044631103
Binary1011110110010111110000011010110011000100100110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97C1; }

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

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

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

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

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

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

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

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