Html Css Color HEX #BA93A8 Lily

📋 copy color: '#BA93A8'

red 186 ◦ green 147 ◦ blue 168

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

Shades of Lily #BA93A8

Tints of Lily #BA93A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.53%

R = 37.13%
G = 29.34%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA93A8 (or 0xBA93A8) is known color: Lily. HEX triplet: BA, 93 and A8. RGB value is (186,147,168). Sum of RGB (Red+Green+Blue) = 186+147+168=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93A8 is #456C57. Grayscale: #A1A1A1. Windows color (decimal): -4549720 or 11047866. OLE color: 11047866.

HSL color Cylindrical-coordinate representation of color #BA93A8: hue angle of 327.69º 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 #BA93A8 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 147 168 -
CMYK 0 0.21 0.10 0.27
HSL 327.69º 0.22% 0.65% -
HSV(B) 327.69º 0.21% 0.73% -
XYZ 37.75 34.13 41.64 -
YUV 161.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 186 147 168 0 0.21 0.10 0.27 327.69 0.22 0.65
Hex BA 93 A8 0 15 A 1B 148 16 41
Octal 272 223 250 0 25 12 33 510 26 101
Binary 10111010 10010011 10101000 0 10101 1010 11011 101001000 10110 1000001

Color Harmonies of #BA93A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93A8

Black with #BA93A8

Text Example


Text Example

White with #BA93A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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