Html Css Color HEX #BAA2AD Lily

📋 copy color: '#BAA2AD'

red 186 ◦ green 162 ◦ blue 173

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

Shades of Lily #BAA2AD

Tints of Lily #BAA2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 35.7%
G = 31.09%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BAA2AD (or 0xBAA2AD) is known color: Lily. HEX triplet: BA, A2 and AD. RGB value is (186,162,173). Sum of RGB (Red+Green+Blue) = 186+162+173=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2AD is #455D52. Grayscale: #AAAAAA. Windows color (decimal): -4545875 or 11379386. OLE color: 11379386.

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

Color convert

RGB 186 162 173 -
CMYK 0 0.13 0.07 0.27
HSL 332.5º 0.15% 0.68% -
HSV(B) 332.5º 0.13% 0.73% -
XYZ 40.71 39.3 44.97 -
YUV 170.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 186 162 173 0 0.13 0.07 0.27 332.5 0.15 0.68
Hex BA A2 AD 0 D 7 1B 14C F 44
Octal 272 242 255 0 15 7 33 514 17 104
Binary 10111010 10100010 10101101 0 1101 111 11011 101001100 1111 1000100

Color Harmonies of #BAA2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA2AD

Black with #BAA2AD

Text Example


Text Example

White with #BAA2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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