Html Css Color HEX #BAA6AD Lily

📋 copy color: '#BAA6AD'

red 186 ◦ green 166 ◦ blue 173

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

Shades of Lily #BAA6AD

Tints of Lily #BAA6AD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.62%

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 35.43%
G = 31.62%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BAA6AD (or 0xBAA6AD) is known color: Lily. HEX triplet: BA, A6 and AD. RGB value is (186,166,173). Sum of RGB (Red+Green+Blue) = 186+166+173=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA6AD is #455952. Grayscale: #ACACAC. Windows color (decimal): -4544851 or 11380410. OLE color: 11380410.

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

Color convert

RGB 186 166 173 -
CMYK 0 0.11 0.07 0.27
HSL 339º 0.13% 0.69% -
HSV(B) 339º 0.11% 0.73% -
XYZ 41.43 40.73 45.21 -
YUV 172.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 186 166 173 0 0.11 0.07 0.27 339 0.13 0.69
Hex BA A6 AD 0 B 7 1B 153 D 45
Octal 272 246 255 0 13 7 33 523 15 105
Binary 10111010 10100110 10101101 0 1011 111 11011 101010011 1101 1000101

Color Harmonies of #BAA6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6AD

Black with #BAA6AD

Text Example


Text Example

White with #BAA6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6AD; }

 p { color: rgb(186,166,173); }

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

background-color css

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

 a { background-color: rgb(186,166,173); }

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

border-color css

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

 span { border-color: rgb(186,166,173); }

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