Html Css Color HEX #BAA5AC Lily

📋 copy color: '#BAA5AC'

red 186 ◦ green 165 ◦ blue 172

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

Shades of Lily #BAA5AC

Tints of Lily #BAA5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.55%

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

R = 35.56%
G = 31.55%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BAA5AC (or 0xBAA5AC) is known color: Lily. HEX triplet: BA, A5 and AC. RGB value is (186,165,172). Sum of RGB (Red+Green+Blue) = 186+165+172=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA5AC is #455A53. Grayscale: #ACACAC. Windows color (decimal): -4545108 or 11314618. OLE color: 11314618.

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

Color convert

RGB 186 165 172 -
CMYK 0 0.11 0.08 0.27
HSL 340º 0.13% 0.69% -
HSV(B) 340º 0.11% 0.73% -
XYZ 41.15 40.33 44.64 -
YUV 172.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 186 165 172 0 0.11 0.08 0.27 340 0.13 0.69
Hex BA A5 AC 0 B 8 1B 154 D 45
Octal 272 245 254 0 13 10 33 524 15 105
Binary 10111010 10100101 10101100 0 1011 1000 11011 101010100 1101 1000101

Color Harmonies of #BAA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5AC

Black with #BAA5AC

Text Example


Text Example

White with #BAA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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