Html Css Color HEX #BAA1AA Lily

📋 copy color: '#BAA1AA'

red 186 ◦ green 161 ◦ blue 170

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

Shades of Lily #BAA1AA

Tints of Lily #BAA1AA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.14%

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

R = 35.98%
G = 31.14%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BAA1AA (or 0xBAA1AA) is known color: Lily. HEX triplet: BA, A1 and AA. RGB value is (186,161,170). Sum of RGB (Red+Green+Blue) = 186+161+170=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA1AA is #455E55. Grayscale: #A9A9A9. Windows color (decimal): -4546134 or 11182522. OLE color: 11182522.

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

Color convert

RGB 186 161 170 -
CMYK 0 0.13 0.09 0.27
HSL 338.4º 0.15% 0.68% -
HSV(B) 338.4º 0.13% 0.73% -
XYZ 40.25 38.83 43.4 -
YUV 169.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 186 161 170 0 0.13 0.09 0.27 338.4 0.15 0.68
Hex BA A1 AA 0 D 9 1B 152 F 44
Octal 272 241 252 0 15 11 33 522 17 104
Binary 10111010 10100001 10101010 0 1101 1001 11011 101010010 1111 1000100

Color Harmonies of #BAA1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1AA

Black with #BAA1AA

Text Example


Text Example

White with #BAA1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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