Html Css Color HEX #BAA1AC Lily

📋 copy color: '#BAA1AC'

red 186 ◦ green 161 ◦ blue 172

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

Shades of Lily #BAA1AC

Tints of Lily #BAA1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 35.84%
G = 31.02%
B = 33.14%

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

#BAA1AC (or 0xBAA1AC) is known color: Lily. HEX triplet: BA, A1 and AC. RGB value is (186,161,172). Sum of RGB (Red+Green+Blue) = 186+161+172=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA1AC is #455E53. Grayscale: #A9A9A9. Windows color (decimal): -4546132 or 11313594. OLE color: 11313594.

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

Color convert

RGB 186 161 172 -
CMYK 0 0.13 0.08 0.27
HSL 333.6º 0.15% 0.68% -
HSV(B) 333.6º 0.13% 0.73% -
XYZ 40.44 38.91 44.41 -
YUV 169.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 186 161 172 0 0.13 0.08 0.27 333.6 0.15 0.68
Hex BA A1 AC 0 D 8 1B 14E F 44
Octal 272 241 254 0 15 10 33 516 17 104
Binary 10111010 10100001 10101100 0 1101 1000 11011 101001110 1111 1000100

Color Harmonies of #BAA1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1AC

Black with #BAA1AC

Text Example


Text Example

White with #BAA1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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