Html Css Color HEX #BAA1AE Lily

📋 copy color: '#BAA1AE'

red 186 ◦ green 161 ◦ blue 174

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

Shades of Lily #BAA1AE

Tints of Lily #BAA1AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.4%

R = 35.7%
G = 30.9%
B = 33.4%

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

#BAA1AE (or 0xBAA1AE) is known color: Lily. HEX triplet: BA, A1 and AE. RGB value is (186,161,174). Sum of RGB (Red+Green+Blue) = 186+161+174=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA1AE is #455E51. Grayscale: #A9A9A9. Windows color (decimal): -4546130 or 11444666. OLE color: 11444666.

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

Color convert

RGB 186 161 174 -
CMYK 0 0.13 0.06 0.27
HSL 328.8º 0.15% 0.68% -
HSV(B) 328.8º 0.13% 0.73% -
XYZ 40.63 38.98 45.43 -
YUV 169.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 186 161 174 0 0.13 0.06 0.27 328.8 0.15 0.68
Hex BA A1 AE 0 D 6 1B 149 F 44
Octal 272 241 256 0 15 6 33 511 17 104
Binary 10111010 10100001 10101110 0 1101 110 11011 101001001 1111 1000100

Color Harmonies of #BAA1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1AE

Black with #BAA1AE

Text Example


Text Example

White with #BAA1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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