#BD97C5

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

Shades of Lilac #BD97C5

Tints of Lilac #BD97C5

Color information

#BD97C5 (or 0xBD97C5) is unknown color: approx Lilac. HEX triplet: BD, 97 and C5. RGB value is (189,151,197). Sum of RGB (Red+Green+Blue) = 189+151+197=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD97C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97C5 is #42683A. Grayscale: #A7A7A7. Windows color (decimal): -4352059 or 12949437. OLE color: 12949437.

HSL color Cylindrical-coordinate representation of color #BD97C5: hue angle of 289.57º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD97C5 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189151197-
CMYK0.040.2300.23
HSL289.57º28.4%68.24%-
HSV(B)289.57º23.35%77.25%-
XYZ42.1336.9857.74-
YUV167.61144.59143.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 151 (59.38% from 255) = 28.12%
BLUE value IS 197 (77.34% from 255) = 36.69%
R=35.20%
G=28.12%
B=36.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891511970.040.2300.23289.5728.468.24
HexBD97C54170171221c44
Octal27522730542702744234104
Binary10111101100101111100010110010111010111100100010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97C5; }

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

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

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

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

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

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

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

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