Html Css Color HEX #BA93AD Lily

📋 copy color: '#BA93AD'

red 186 ◦ green 147 ◦ blue 173

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

Shades of Lily #BA93AD

Tints of Lily #BA93AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 36.76%
G = 29.05%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA93AD (or 0xBA93AD) is known color: Lily. HEX triplet: BA, 93 and AD. RGB value is (186,147,173). Sum of RGB (Red+Green+Blue) = 186+147+173=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA93AD is #456C52. Grayscale: #A1A1A1. Windows color (decimal): -4549715 or 11375546. OLE color: 11375546.

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

Color convert

RGB 186 147 173 -
CMYK 0 0.21 0.07 0.27
HSL 320º 0.22% 0.65% -
HSV(B) 320º 0.21% 0.73% -
XYZ 38.23 34.32 44.15 -
YUV 161.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 186 147 173 0 0.21 0.07 0.27 320 0.22 0.65
Hex BA 93 AD 0 15 7 1B 140 16 41
Octal 272 223 255 0 25 7 33 500 26 101
Binary 10111010 10010011 10101101 0 10101 111 11011 101000000 10110 1000001

Color Harmonies of #BA93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93AD

Black with #BA93AD

Text Example


Text Example

White with #BA93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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