Html Css Color HEX #BAA9B4 Lily

📋 copy color: '#BAA9B4'

red 186 ◦ green 169 ◦ blue 180

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

Shades of Lily #BAA9B4

Tints of Lily #BAA9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 34.77%
G = 31.59%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BAA9B4 (or 0xBAA9B4) is known color: Lily. HEX triplet: BA, A9 and B4. RGB value is (186,169,180). Sum of RGB (Red+Green+Blue) = 186+169+180=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9B4 is #45564B. Grayscale: #AFAFAF. Windows color (decimal): -4544076 or 11839930. OLE color: 11839930.

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

Color convert

RGB 186 169 180 -
CMYK 0 0.09 0.03 0.27
HSL 321.18º 0.11% 0.7% -
HSV(B) 321.18º 0.09% 0.73% -
XYZ 42.68 42.11 49.06 -
YUV 175.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 186 169 180 0 0.09 0.03 0.27 321.18 0.11 0.7
Hex BA A9 B4 0 9 3 1B 141 B 46
Octal 272 251 264 0 11 3 33 501 13 106
Binary 10111010 10101001 10110100 0 1001 11 11011 101000001 1011 1000110

Color Harmonies of #BAA9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9B4

Black with #BAA9B4

Text Example


Text Example

White with #BAA9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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