Html Css Color HEX #BA9AA9 Lily

📋 copy color: '#BA9AA9'

red 186 ◦ green 154 ◦ blue 169

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

Shades of Lily #BA9AA9

Tints of Lily #BA9AA9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.26%

 BLUE value IS 169 (66.41% from 255) = 33.2%

R = 36.54%
G = 30.26%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA9AA9 (or 0xBA9AA9) is known color: Lily. HEX triplet: BA, 9A and A9. RGB value is (186,154,169). Sum of RGB (Red+Green+Blue) = 186+154+169=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AA9 is #456556. Grayscale: #A5A5A5. Windows color (decimal): -4547927 or 11115194. OLE color: 11115194.

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

Color convert

RGB 186 154 169 -
CMYK 0 0.17 0.09 0.27
HSL 331.88º 0.19% 0.67% -
HSV(B) 331.88º 0.17% 0.73% -
XYZ 38.97 36.41 42.51 -
YUV 165.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 186 154 169 0 0.17 0.09 0.27 331.88 0.19 0.67
Hex BA 9A A9 0 11 9 1B 14C 13 43
Octal 272 232 251 0 21 11 33 514 23 103
Binary 10111010 10011010 10101001 0 10001 1001 11011 101001100 10011 1000011

Color Harmonies of #BA9AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9AA9

Black with #BA9AA9

Text Example


Text Example

White with #BA9AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9AA9; }

 p { color: rgb(186,154,169); }

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

background-color css

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

 a { background-color: rgb(186,154,169); }

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

border-color css

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

 span { border-color: rgb(186,154,169); }

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