Html Css Color HEX #BAA1AB Lily

📋 copy color: '#BAA1AB'

red 186 ◦ green 161 ◦ blue 171

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

Shades of Lily #BAA1AB

Tints of Lily #BAA1AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 35.91%
G = 31.08%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BAA1AB (or 0xBAA1AB) is known color: Lily. HEX triplet: BA, A1 and AB. RGB value is (186,161,171). Sum of RGB (Red+Green+Blue) = 186+161+171=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA1AB is #455E54. Grayscale: #A9A9A9. Windows color (decimal): -4546133 or 11248058. OLE color: 11248058.

HSL color Cylindrical-coordinate representation of color #BAA1AB: hue angle of 336º 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 #BAA1AB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 161 171 -
CMYK 0 0.13 0.08 0.27
HSL 336º 0.15% 0.68% -
HSV(B) 336º 0.13% 0.73% -
XYZ 40.35 38.87 43.9 -
YUV 169.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 186 161 171 0 0.13 0.08 0.27 336 0.15 0.68
Hex BA A1 AB 0 D 8 1B 150 F 44
Octal 272 241 253 0 15 10 33 520 17 104
Binary 10111010 10100001 10101011 0 1101 1000 11011 101010000 1111 1000100

Color Harmonies of #BAA1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1AB

Black with #BAA1AB

Text Example


Text Example

White with #BAA1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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