Html Css Color HEX #BAA9B0 Lily

📋 copy color: '#BAA9B0'

red 186 ◦ green 169 ◦ blue 176

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

Shades of Lily #BAA9B0

Tints of Lily #BAA9B0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.83%

 BLUE value IS 176 (69.14% from 255) = 33.15%

R = 35.03%
G = 31.83%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BAA9B0 (or 0xBAA9B0) is known color: Lily. HEX triplet: BA, A9 and B0. RGB value is (186,169,176). Sum of RGB (Red+Green+Blue) = 186+169+176=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA9B0 is #45564F. Grayscale: #AEAEAE. Windows color (decimal): -4544080 or 11577786. OLE color: 11577786.

HSL color Cylindrical-coordinate representation of color #BAA9B0: hue angle of 335.29º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAA9B0 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 169 176 -
CMYK 0 0.09 0.05 0.27
HSL 335.29º 0.11% 0.7% -
HSV(B) 335.29º 0.09% 0.73% -
XYZ 42.27 41.95 46.94 -
YUV 174.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 186 169 176 0 0.09 0.05 0.27 335.29 0.11 0.7
Hex BA A9 B0 0 9 5 1B 14F B 46
Octal 272 251 260 0 11 5 33 517 13 106
Binary 10111010 10101001 10110000 0 1001 101 11011 101001111 1011 1000110

Color Harmonies of #BAA9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9B0

Black with #BAA9B0

Text Example


Text Example

White with #BAA9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9B0; }

 p { color: rgb(186,169,176); }

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

background-color css

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

 a { background-color: rgb(186,169,176); }

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

border-color css

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

 span { border-color: rgb(186,169,176); }

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