Html Css Color HEX #BAA9AF Lily

📋 copy color: '#BAA9AF'

red 186 ◦ green 169 ◦ blue 175

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

Shades of Lily #BAA9AF

Tints of Lily #BAA9AF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.89%

 BLUE value IS 175 (68.75% from 255) = 33.02%

R = 35.09%
G = 31.89%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BAA9AF (or 0xBAA9AF) is known color: Lily. HEX triplet: BA, A9 and AF. RGB value is (186,169,175). Sum of RGB (Red+Green+Blue) = 186+169+175=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA9AF is #455650. Grayscale: #AEAEAE. Windows color (decimal): -4544081 or 11512250. OLE color: 11512250.

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

Color convert

RGB 186 169 175 -
CMYK 0 0.09 0.06 0.27
HSL 338.82º 0.11% 0.7% -
HSV(B) 338.82º 0.09% 0.73% -
XYZ 42.18 41.91 46.42 -
YUV 174.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 186 169 175 0 0.09 0.06 0.27 338.82 0.11 0.7
Hex BA A9 AF 0 9 6 1B 153 B 46
Octal 272 251 257 0 11 6 33 523 13 106
Binary 10111010 10101001 10101111 0 1001 110 11011 101010011 1011 1000110

Color Harmonies of #BAA9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9AF

Black with #BAA9AF

Text Example


Text Example

White with #BAA9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9AF; }

 p { color: rgb(186,169,175); }

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

background-color css

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

 a { background-color: rgb(186,169,175); }

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

border-color css

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

 span { border-color: rgb(186,169,175); }

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