Html Css Color HEX #BA93AA Lily

📋 copy color: '#BA93AA'

red 186 ◦ green 147 ◦ blue 170

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

Shades of Lily #BA93AA

Tints of Lily #BA93AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.22%

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 36.98%
G = 29.22%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA93AA (or 0xBA93AA) is known color: Lily. HEX triplet: BA, 93 and AA. RGB value is (186,147,170). Sum of RGB (Red+Green+Blue) = 186+147+170=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93AA is #456C55. Grayscale: #A1A1A1. Windows color (decimal): -4549718 or 11178938. OLE color: 11178938.

HSL color Cylindrical-coordinate representation of color #BA93AA: hue angle of 324.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA93AA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 147 170 -
CMYK 0 0.21 0.09 0.27
HSL 324.62º 0.22% 0.65% -
HSV(B) 324.62º 0.21% 0.73% -
XYZ 37.94 34.21 42.63 -
YUV 161.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 186 147 170 0 0.21 0.09 0.27 324.62 0.22 0.65
Hex BA 93 AA 0 15 9 1B 145 16 41
Octal 272 223 252 0 25 11 33 505 26 101
Binary 10111010 10010011 10101010 0 10101 1001 11011 101000101 10110 1000001

Color Harmonies of #BA93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93AA

Black with #BA93AA

Text Example


Text Example

White with #BA93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93AA; }

 p { color: rgb(186,147,170); }

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

background-color css

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

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

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

border-color css

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

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

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