Html Css Color HEX #BAA0AF Lily

📋 copy color: '#BAA0AF'

red 186 ◦ green 160 ◦ blue 175

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

Shades of Lily #BAA0AF

Tints of Lily #BAA0AF

RGB

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

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

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

R = 35.7%
G = 30.71%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BAA0AF (or 0xBAA0AF) is known color: Lily. HEX triplet: BA, A0 and AF. RGB value is (186,160,175). Sum of RGB (Red+Green+Blue) = 186+160+175=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA0AF is #455F50. Grayscale: #A9A9A9. Windows color (decimal): -4546385 or 11509946. OLE color: 11509946.

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

Color convert

RGB 186 160 175 -
CMYK 0 0.14 0.06 0.27
HSL 325.38º 0.16% 0.68% -
HSV(B) 325.38º 0.14% 0.73% -
XYZ 40.56 38.68 45.88 -
YUV 169.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 186 160 175 0 0.14 0.06 0.27 325.38 0.16 0.68
Hex BA A0 AF 0 E 6 1B 145 10 44
Octal 272 240 257 0 16 6 33 505 20 104
Binary 10111010 10100000 10101111 0 1110 110 11011 101000101 10000 1000100

Color Harmonies of #BAA0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA0AF

Black with #BAA0AF

Text Example


Text Example

White with #BAA0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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