Html Css Color HEX #BAA8AE Lily

📋 copy color: '#BAA8AE'

red 186 ◦ green 168 ◦ blue 174

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

Shades of Lily #BAA8AE

Tints of Lily #BAA8AE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.82%

 BLUE value IS 174 (68.36% from 255) = 32.95%

R = 35.23%
G = 31.82%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BAA8AE (or 0xBAA8AE) is known color: Lily. HEX triplet: BA, A8 and AE. RGB value is (186,168,174). Sum of RGB (Red+Green+Blue) = 186+168+174=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA8AE is #455751. Grayscale: #AEAEAE. Windows color (decimal): -4544338 or 11446458. OLE color: 11446458.

HSL color Cylindrical-coordinate representation of color #BAA8AE: hue angle of 340º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA8AE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 168 174 -
CMYK 0 0.10 0.06 0.27
HSL 340º 0.12% 0.69% -
HSV(B) 340º 0.1% 0.73% -
XYZ 41.89 41.5 45.85 -
YUV 174.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 186 168 174 0 0.10 0.06 0.27 340 0.12 0.69
Hex BA A8 AE 0 A 6 1B 154 C 45
Octal 272 250 256 0 12 6 33 524 14 105
Binary 10111010 10101000 10101110 0 1010 110 11011 101010100 1100 1000101

Color Harmonies of #BAA8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8AE

Black with #BAA8AE

Text Example


Text Example

White with #BAA8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8AE; }

 p { color: rgb(186,168,174); }

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

background-color css

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

 a { background-color: rgb(186,168,174); }

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

border-color css

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

 span { border-color: rgb(186,168,174); }

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