Html Css Color HEX #BA8DAA Lily

📋 copy color: '#BA8DAA'

red 186 ◦ green 141 ◦ blue 170

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

Shades of Lily #BA8DAA

Tints of Lily #BA8DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.37%

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

R = 37.42%
G = 28.37%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA8DAA (or 0xBA8DAA) is known color: Lily. HEX triplet: BA, 8D and AA. RGB value is (186,141,170). Sum of RGB (Red+Green+Blue) = 186+141+170=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8DAA is #457255. Grayscale: #9D9D9D. Windows color (decimal): -4551254 or 11177402. OLE color: 11177402.

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

Color convert

RGB 186 141 170 -
CMYK 0 0.24 0.09 0.27
HSL 321.33º 0.25% 0.64% -
HSV(B) 321.33º 0.24% 0.73% -
XYZ 37.03 32.39 42.33 -
YUV 157.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 186 141 170 0 0.24 0.09 0.27 321.33 0.25 0.64
Hex BA 8D AA 0 18 9 1B 141 19 40
Octal 272 215 252 0 30 11 33 501 31 100
Binary 10111010 10001101 10101010 0 11000 1001 11011 101000001 11001 1000000

Color Harmonies of #BA8DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8DAA

Black with #BA8DAA

Text Example


Text Example

White with #BA8DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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