Html Css Color HEX #BAA9B3 Lily

📋 copy color: '#BAA9B3'

red 186 ◦ green 169 ◦ blue 179

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

Shades of Lily #BAA9B3

Tints of Lily #BAA9B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.52%

R = 34.83%
G = 31.65%
B = 33.52%

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

#BAA9B3 (or 0xBAA9B3) is known color: Lily. HEX triplet: BA, A9 and B3. RGB value is (186,169,179). Sum of RGB (Red+Green+Blue) = 186+169+179=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9B3 is #45564C. Grayscale: #AFAFAF. Windows color (decimal): -4544077 or 11774394. OLE color: 11774394.

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

Color convert

RGB 186 169 179 -
CMYK 0 0.09 0.04 0.27
HSL 324.71º 0.11% 0.7% -
HSV(B) 324.71º 0.09% 0.73% -
XYZ 42.57 42.07 48.52 -
YUV 175.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 186 169 179 0 0.09 0.04 0.27 324.71 0.11 0.7
Hex BA A9 B3 0 9 4 1B 145 B 46
Octal 272 251 263 0 11 4 33 505 13 106
Binary 10111010 10101001 10110011 0 1001 100 11011 101000101 1011 1000110

Color Harmonies of #BAA9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9B3

Black with #BAA9B3

Text Example


Text Example

White with #BAA9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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