Html Css Color HEX #BA9EAD Lily

📋 copy color: '#BA9EAD'

red 186 ◦ green 158 ◦ blue 173

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

Shades of Lily #BA9EAD

Tints of Lily #BA9EAD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.56%

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

R = 35.98%
G = 30.56%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA9EAD (or 0xBA9EAD) is known color: Lily. HEX triplet: BA, 9E and AD. RGB value is (186,158,173). Sum of RGB (Red+Green+Blue) = 186+158+173=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EAD is #456152. Grayscale: #A8A8A8. Windows color (decimal): -4546899 or 11378362. OLE color: 11378362.

HSL color Cylindrical-coordinate representation of color #BA9EAD: hue angle of 327.86º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9EAD is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 173 -
CMYK 0 0.15 0.07 0.27
HSL 327.86º 0.17% 0.67% -
HSV(B) 327.86º 0.15% 0.73% -
XYZ 40.02 37.91 44.74 -
YUV 168.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 186 158 173 0 0.15 0.07 0.27 327.86 0.17 0.67
Hex BA 9E AD 0 F 7 1B 148 11 43
Octal 272 236 255 0 17 7 33 510 21 103
Binary 10111010 10011110 10101101 0 1111 111 11011 101001000 10001 1000011

Color Harmonies of #BA9EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EAD

Black with #BA9EAD

Text Example


Text Example

White with #BA9EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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