Html Css Color HEX #BA9FAA Lily

📋 copy color: '#BA9FAA'

red 186 ◦ green 159 ◦ blue 170

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

Shades of Lily #BA9FAA

Tints of Lily #BA9FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.87%

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

R = 36.12%
G = 30.87%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA9FAA (or 0xBA9FAA) is known color: Lily. HEX triplet: BA, 9F and AA. RGB value is (186,159,170). Sum of RGB (Red+Green+Blue) = 186+159+170=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FAA is #456055. Grayscale: #A8A8A8. Windows color (decimal): -4546646 or 11182010. OLE color: 11182010.

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

Color convert

RGB 186 159 170 -
CMYK 0 0.15 0.09 0.27
HSL 335.56º 0.16% 0.68% -
HSV(B) 335.56º 0.15% 0.73% -
XYZ 39.9 38.14 43.29 -
YUV 168.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 186 159 170 0 0.15 0.09 0.27 335.56 0.16 0.68
Hex BA 9F AA 0 F 9 1B 150 10 44
Octal 272 237 252 0 17 11 33 520 20 104
Binary 10111010 10011111 10101010 0 1111 1001 11011 101010000 10000 1000100

Color Harmonies of #BA9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FAA

Black with #BA9FAA

Text Example


Text Example

White with #BA9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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