Html Css Color HEX #BA91AA Lily

📋 copy color: '#BA91AA'

red 186 ◦ green 145 ◦ blue 170

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

Shades of Lily #BA91AA

Tints of Lily #BA91AA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.94%

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

R = 37.13%
G = 28.94%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA91AA (or 0xBA91AA) is known color: Lily. HEX triplet: BA, 91 and AA. RGB value is (186,145,170). Sum of RGB (Red+Green+Blue) = 186+145+170=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA91AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA91AA is #456E55. Grayscale: #A0A0A0. Windows color (decimal): -4550230 or 11178426. OLE color: 11178426.

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

Color convert

RGB 186 145 170 -
CMYK 0 0.22 0.09 0.27
HSL 323.41º 0.23% 0.65% -
HSV(B) 323.41º 0.22% 0.73% -
XYZ 37.63 33.59 42.53 -
YUV 160.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 186 145 170 0 0.22 0.09 0.27 323.41 0.23 0.65
Hex BA 91 AA 0 16 9 1B 143 17 41
Octal 272 221 252 0 26 11 33 503 27 101
Binary 10111010 10010001 10101010 0 10110 1001 11011 101000011 10111 1000001

Color Harmonies of #BA91AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA91AA

Black with #BA91AA

Text Example


Text Example

White with #BA91AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA91AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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