Html Css Color HEX #BAA3AC Lily

📋 copy color: '#BAA3AC'

red 186 ◦ green 163 ◦ blue 172

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

Shades of Lily #BAA3AC

Tints of Lily #BAA3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.29%

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

R = 35.7%
G = 31.29%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BAA3AC (or 0xBAA3AC) is known color: Lily. HEX triplet: BA, A3 and AC. RGB value is (186,163,172). Sum of RGB (Red+Green+Blue) = 186+163+172=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA3AC is #455C53. Grayscale: #AAAAAA. Windows color (decimal): -4545620 or 11314106. OLE color: 11314106.

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

Color convert

RGB 186 163 172 -
CMYK 0 0.12 0.08 0.27
HSL 336.52º 0.14% 0.68% -
HSV(B) 336.52º 0.12% 0.73% -
XYZ 40.79 39.61 44.53 -
YUV 170.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 186 163 172 0 0.12 0.08 0.27 336.52 0.14 0.68
Hex BA A3 AC 0 C 8 1B 151 E 44
Octal 272 243 254 0 14 10 33 521 16 104
Binary 10111010 10100011 10101100 0 1100 1000 11011 101010001 1110 1000100

Color Harmonies of #BAA3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3AC

Black with #BAA3AC

Text Example


Text Example

White with #BAA3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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