#BD98BA

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

Shades of Lilac #BD98BA

Tints of Lilac #BD98BA

Color information

#BD98BA (or 0xBD98BA) is unknown color: approx Lilac. HEX triplet: BD, 98 and BA. RGB value is (189,152,186). Sum of RGB (Red+Green+Blue) = 189+152+186=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BD98BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98BA is #426745. Grayscale: #A6A6A6. Windows color (decimal): -4351814 or 12228797. OLE color: 12228797.

HSL color Cylindrical-coordinate representation of color #BD98BA: hue angle of 304.86º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD98BA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189152186-
CMYK00.200.020.26
HSL304.86º21.89%66.86%-
HSV(B)304.86º19.58%74.12%-
XYZ41.0836.8251.4-
YUV166.94138.76143.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=35.86%
G=28.84%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915218600.200.020.26304.8621.8966.86
HexBD98BA01421A1311643
Octal27523027202423246126103
Binary1011110110011000101110100101001011010100110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98BA; }

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

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

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

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

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

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

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

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