#BD97C6

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

Shades of Lilac #BD97C6

Tints of Lilac #BD97C6

Color information

#BD97C6 (or 0xBD97C6) is unknown color: approx Lilac. HEX triplet: BD, 97 and C6. RGB value is (189,151,198). Sum of RGB (Red+Green+Blue) = 189+151+198=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD97C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97C6 is #426839. Grayscale: #A7A7A7. Windows color (decimal): -4352058 or 13014973. OLE color: 13014973.

HSL color Cylindrical-coordinate representation of color #BD97C6: hue angle of 288.51º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD97C6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189151198-
CMYK0.050.2400.22
HSL288.51º29.19%68.43%-
HSV(B)288.51º23.74%77.65%-
XYZ42.2537.0358.35-
YUV167.72145.09143.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 198 (77.73% from 255) = 36.80%
R=35.13%
G=28.07%
B=36.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891511980.050.2400.22288.5129.1968.43
HexBD97C65180161211d44
Octal27522730653002644135104
Binary10111101100101111100011010111000010110100100001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97C6; }

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

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

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

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

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

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

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

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