Html Css Color HEX #BA98BB Lilac

📋 copy color: '#BA98BB'

red 186 ◦ green 152 ◦ blue 187

#BA98BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #BA98BB

Tints of Lilac #BA98BB

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 value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA98BB (or 0xBA98BB) is known color: 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

RGB 186 152 187 -
CMYK 0.01 0.19 0 0.27
HSL 298.29º 0.2% 0.66% -
HSV(B) 298.29º 0.19% 0.73% -
XYZ 40.45 36.48 51.92 -
YUV 166.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 186 152 187 0.01 0.19 0 0.27 298.29 0.2 0.66
Hex BA 98 BB 1 13 0 1B 12A 14 42
Octal 272 230 273 1 23 0 33 452 24 102
Binary 10111010 10011000 10111011 1 10011 0 11011 100101010 10100 1000010

Color Harmonies of #BA98BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98BB

Black with #BA98BB

Text Example


Text Example

White with #BA98BB

Text Example


Text Example

HTML Codes & Css Web 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>