Html Css Color HEX #BA9EAB Lily

📋 copy color: '#BA9EAB'

red 186 ◦ green 158 ◦ blue 171

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

Shades of Lily #BA9EAB

Tints of Lily #BA9EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.68%

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 36.12%
G = 30.68%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA9EAB (or 0xBA9EAB) is known color: Lily. HEX triplet: BA, 9E and AB. RGB value is (186,158,171). Sum of RGB (Red+Green+Blue) = 186+158+171=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EAB is #456154. Grayscale: #A7A7A7. Windows color (decimal): -4546901 or 11247290. OLE color: 11247290.

HSL color Cylindrical-coordinate representation of color #BA9EAB: hue angle of 332.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9EAB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 171 -
CMYK 0 0.15 0.08 0.27
HSL 332.14º 0.17% 0.67% -
HSV(B) 332.14º 0.15% 0.73% -
XYZ 39.83 37.83 43.73 -
YUV 167.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 186 158 171 0 0.15 0.08 0.27 332.14 0.17 0.67
Hex BA 9E AB 0 F 8 1B 14C 11 43
Octal 272 236 253 0 17 10 33 514 21 103
Binary 10111010 10011110 10101011 0 1111 1000 11011 101001100 10001 1000011

Color Harmonies of #BA9EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EAB

Black with #BA9EAB

Text Example


Text Example

White with #BA9EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EAB; }

 p { color: rgb(186,158,171); }

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

background-color css

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

 a { background-color: rgb(186,158,171); }

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

border-color css

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

 span { border-color: rgb(186,158,171); }

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