#BD98C1

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

Shades of Lilac #BD98C1

Tints of Lilac #BD98C1

Color information

#BD98C1 (or 0xBD98C1) is unknown color: approx Lilac. HEX triplet: BD, 98 and C1. RGB value is (189,152,193). Sum of RGB (Red+Green+Blue) = 189+152+193=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD98C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98C1 is #42673E. Grayscale: #A7A7A7. Windows color (decimal): -4351807 or 12687549. OLE color: 12687549.

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

Color convert

RGB189152193-
CMYK0.020.2100.24
HSL294.15º24.85%67.65%-
HSV(B)294.15º21.24%75.69%-
XYZ41.8437.1355.41-
YUV167.74142.26143.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=35.39%
G=28.46%
B=36.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891521930.020.2100.24294.1524.8567.65
HexBD98C12150181261944
Octal27523030122503044631104
Binary1011110110011000110000011010101011000100100110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98C1; }

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

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

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

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

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

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

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

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