Html Css Color HEX #BAA2AE Lily

📋 copy color: '#BAA2AE'

red 186 ◦ green 162 ◦ blue 174

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

Shades of Lily #BAA2AE

Tints of Lily #BAA2AE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.03%

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

R = 35.63%
G = 31.03%
B = 33.33%

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

#BAA2AE (or 0xBAA2AE) is known color: Lily. HEX triplet: BA, A2 and AE. RGB value is (186,162,174). Sum of RGB (Red+Green+Blue) = 186+162+174=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2AE is #455D51. Grayscale: #AAAAAA. Windows color (decimal): -4545874 or 11444922. OLE color: 11444922.

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

Color convert

RGB 186 162 174 -
CMYK 0 0.13 0.06 0.27
HSL 330º 0.15% 0.68% -
HSV(B) 330º 0.13% 0.73% -
XYZ 40.81 39.34 45.49 -
YUV 170.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 186 162 174 0 0.13 0.06 0.27 330 0.15 0.68
Hex BA A2 AE 0 D 6 1B 14A F 44
Octal 272 242 256 0 15 6 33 512 17 104
Binary 10111010 10100010 10101110 0 1101 110 11011 101001010 1111 1000100

Color Harmonies of #BAA2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA2AE

Black with #BAA2AE

Text Example


Text Example

White with #BAA2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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