Html Css Color HEX #BAA1AF Lily

📋 copy color: '#BAA1AF'

red 186 ◦ green 161 ◦ blue 175

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

Shades of Lily #BAA1AF

Tints of Lily #BAA1AF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.84%

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

R = 35.63%
G = 30.84%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BAA1AF (or 0xBAA1AF) is known color: Lily. HEX triplet: BA, A1 and AF. RGB value is (186,161,175). Sum of RGB (Red+Green+Blue) = 186+161+175=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA1AF is #455E50. Grayscale: #AAAAAA. Windows color (decimal): -4546129 or 11510202. OLE color: 11510202.

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

Color convert

RGB 186 161 175 -
CMYK 0 0.13 0.06 0.27
HSL 326.4º 0.15% 0.68% -
HSV(B) 326.4º 0.13% 0.73% -
XYZ 40.73 39.02 45.94 -
YUV 170.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 186 161 175 0 0.13 0.06 0.27 326.4 0.15 0.68
Hex BA A1 AF 0 D 6 1B 146 F 44
Octal 272 241 257 0 15 6 33 506 17 104
Binary 10111010 10100001 10101111 0 1101 110 11011 101000110 1111 1000100

Color Harmonies of #BAA1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1AF

Black with #BAA1AF

Text Example


Text Example

White with #BAA1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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