Html Css Color HEX #BA99BA Lilac

📋 copy color: '#BA99BA'

red 186 ◦ green 153 ◦ blue 186

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

Shades of Lilac #BA99BA

Tints of Lilac #BA99BA

RGB

 RED value IS 186 (73.05% from 255) = 35.43%

 GREEN value IS 153 (60.16% from 255) = 29.14%

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 35.43%
G = 29.14%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA99BA (or 0xBA99BA) is known color: Lilac. HEX triplet: BA, 99 and BA. RGB value is (186,153,186). Sum of RGB (Red+Green+Blue) = 186+153+186=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99BA is #456645. Grayscale: #A6A6A6. Windows color (decimal): -4548166 or 12229050. OLE color: 12229050.

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

Color convert

RGB 186 153 186 -
CMYK 0 0.18 0 0.27
HSL 300º 0.19% 0.66% -
HSV(B) 300º 0.18% 0.73% -
XYZ 40.5 36.77 51.42 -
YUV 166.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 186 153 186 0 0.18 0 0.27 300 0.19 0.66
Hex BA 99 BA 0 12 0 1B 12C 13 42
Octal 272 231 272 0 22 0 33 454 23 102
Binary 10111010 10011001 10111010 0 10010 0 11011 100101100 10011 1000010

Color Harmonies of #BA99BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99BA

Black with #BA99BA

Text Example


Text Example

White with #BA99BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99BA; }

 p { color: rgb(186,153,186); }

 H1.HeaderClassName
 {
   color: #BA99BA;
 }
 .AnyTagClassName
 {
   color: #BA99BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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