Html Css Color HEX #BAA9B2 Lily

📋 copy color: '#BAA9B2'

red 186 ◦ green 169 ◦ blue 178

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

Shades of Lily #BAA9B2

Tints of Lily #BAA9B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 34.9%
G = 31.71%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BAA9B2 (or 0xBAA9B2) is known color: Lily. HEX triplet: BA, A9 and B2. RGB value is (186,169,178). Sum of RGB (Red+Green+Blue) = 186+169+178=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA9B2 is #45564D. Grayscale: #AFAFAF. Windows color (decimal): -4544078 or 11708858. OLE color: 11708858.

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

Color convert

RGB 186 169 178 -
CMYK 0 0.09 0.04 0.27
HSL 328.24º 0.11% 0.7% -
HSV(B) 328.24º 0.09% 0.73% -
XYZ 42.47 42.03 47.99 -
YUV 175.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 186 169 178 0 0.09 0.04 0.27 328.24 0.11 0.7
Hex BA A9 B2 0 9 4 1B 148 B 46
Octal 272 251 262 0 11 4 33 510 13 106
Binary 10111010 10101001 10110010 0 1001 100 11011 101001000 1011 1000110

Color Harmonies of #BAA9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9B2

Black with #BAA9B2

Text Example


Text Example

White with #BAA9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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