Html Css Color HEX #BAA0AB Lily

📋 copy color: '#BAA0AB'

red 186 ◦ green 160 ◦ blue 171

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

Shades of Lily #BAA0AB

Tints of Lily #BAA0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

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

R = 35.98%
G = 30.95%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BAA0AB (or 0xBAA0AB) is known color: Lily. HEX triplet: BA, A0 and AB. RGB value is (186,160,171). Sum of RGB (Red+Green+Blue) = 186+160+171=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA0AB is #455F54. Grayscale: #A9A9A9. Windows color (decimal): -4546389 or 11247802. OLE color: 11247802.

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

Color convert

RGB 186 160 171 -
CMYK 0 0.14 0.08 0.27
HSL 334.62º 0.16% 0.68% -
HSV(B) 334.62º 0.14% 0.73% -
XYZ 40.17 38.52 43.85 -
YUV 169.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 186 160 171 0 0.14 0.08 0.27 334.62 0.16 0.68
Hex BA A0 AB 0 E 8 1B 14F 10 44
Octal 272 240 253 0 16 10 33 517 20 104
Binary 10111010 10100000 10101011 0 1110 1000 11011 101001111 10000 1000100

Color Harmonies of #BAA0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA0AB

Black with #BAA0AB

Text Example


Text Example

White with #BAA0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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