#BD98C4

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

Shades of Lilac #BD98C4

Tints of Lilac #BD98C4

Color information

#BD98C4 (or 0xBD98C4) is unknown color: approx Lilac. HEX triplet: BD, 98 and C4. RGB value is (189,152,196). Sum of RGB (Red+Green+Blue) = 189+152+196=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD98C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98C4 is #42673B. Grayscale: #A7A7A7. Windows color (decimal): -4351804 or 12884157. OLE color: 12884157.

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

Color convert

RGB189152196-
CMYK0.040.2200.23
HSL290.45º27.16%68.24%-
HSV(B)290.45º22.45%76.86%-
XYZ42.1837.2657.19-
YUV168.08143.76142.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 152 (59.77% from 255) = 28.31%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=35.20%
G=28.31%
B=36.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891521960.040.2200.23290.4527.1668.24
HexBD98C44160171221b44
Octal27523030442602744233104
Binary10111101100110001100010010010110010111100100010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98C4; }

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

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

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

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

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

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

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

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