#BA98BB

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

Shades of Lilac #BA98BB

Tints of Lilac #BA98BB

Color information

#BA98BB (or 0xBA98BB) is unknown color: approx Lilac. HEX triplet: BA, 98 and BB. RGB value is (186,152,187). Sum of RGB (Red+Green+Blue) = 186+152+187=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98BB is #456744. Grayscale: #A6A6A6. Windows color (decimal): -4548421 or 12294330. OLE color: 12294330.

HSL color Cylindrical-coordinate representation of color #BA98BB: hue angle of 298.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA98BB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186152187-
CMYK0.010.1900.27
HSL298.29º20.47%66.47%-
HSV(B)298.29º18.72%73.33%-
XYZ40.4536.4851.92-
YUV166.16139.76142.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=35.43%
G=28.95%
B=35.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861521870.010.1900.27298.2920.4766.47
HexBA98BB11301B12a1442
Octal27223027312303345224102
Binary101110101001100010111011110011011011100101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98BB; }

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

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

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

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

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

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

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

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