Html Css Color HEX #BAA7AF Lily

📋 copy color: '#BAA7AF'

red 186 ◦ green 167 ◦ blue 175

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

Shades of Lily #BAA7AF

Tints of Lily #BAA7AF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.63%

 BLUE value IS 175 (68.75% from 255) = 33.14%

R = 35.23%
G = 31.63%
B = 33.14%

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

#BAA7AF (or 0xBAA7AF) is known color: Lily. HEX triplet: BA, A7 and AF. RGB value is (186,167,175). Sum of RGB (Red+Green+Blue) = 186+167+175=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA7AF is #455850. Grayscale: #ADADAD. Windows color (decimal): -4544593 or 11511738. OLE color: 11511738.

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

Color convert

RGB 186 167 175 -
CMYK 0 0.10 0.06 0.27
HSL 334.74º 0.12% 0.69% -
HSV(B) 334.74º 0.1% 0.73% -
XYZ 41.81 41.17 46.3 -
YUV 173.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 186 167 175 0 0.10 0.06 0.27 334.74 0.12 0.69
Hex BA A7 AF 0 A 6 1B 14F C 45
Octal 272 247 257 0 12 6 33 517 14 105
Binary 10111010 10100111 10101111 0 1010 110 11011 101001111 1100 1000101

Color Harmonies of #BAA7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA7AF

Black with #BAA7AF

Text Example


Text Example

White with #BAA7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA7AF; }

 p { color: rgb(186,167,175); }

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

background-color css

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

 a { background-color: rgb(186,167,175); }

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

border-color css

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

 span { border-color: rgb(186,167,175); }

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