Html Css Color HEX #BAA0AC Lily

📋 copy color: '#BAA0AC'

red 186 ◦ green 160 ◦ blue 172

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

Shades of Lily #BAA0AC

Tints of Lily #BAA0AC

RGB

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

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

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

R = 35.91%
G = 30.89%
B = 33.2%

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

#BAA0AC (or 0xBAA0AC) is known color: Lily. HEX triplet: BA, A0 and AC. RGB value is (186,160,172). Sum of RGB (Red+Green+Blue) = 186+160+172=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA0AC is #455F53. Grayscale: #A9A9A9. Windows color (decimal): -4546388 or 11313338. OLE color: 11313338.

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

Color convert

RGB 186 160 172 -
CMYK 0 0.14 0.08 0.27
HSL 332.31º 0.16% 0.68% -
HSV(B) 332.31º 0.14% 0.73% -
XYZ 40.27 38.56 44.35 -
YUV 169.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 186 160 172 0 0.14 0.08 0.27 332.31 0.16 0.68
Hex BA A0 AC 0 E 8 1B 14C 10 44
Octal 272 240 254 0 16 10 33 514 20 104
Binary 10111010 10100000 10101100 0 1110 1000 11011 101001100 10000 1000100

Color Harmonies of #BAA0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA0AC

Black with #BAA0AC

Text Example


Text Example

White with #BAA0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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