Html Css Color HEX #BA9EAA Lily

📋 copy color: '#BA9EAA'

red 186 ◦ green 158 ◦ blue 170

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

Shades of Lily #BA9EAA

Tints of Lily #BA9EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.07%

R = 36.19%
G = 30.74%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA9EAA (or 0xBA9EAA) is known color: Lily. HEX triplet: BA, 9E and AA. RGB value is (186,158,170). Sum of RGB (Red+Green+Blue) = 186+158+170=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EAA is #456155. Grayscale: #A7A7A7. Windows color (decimal): -4546902 or 11181754. OLE color: 11181754.

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

Color convert

RGB 186 158 170 -
CMYK 0 0.15 0.09 0.27
HSL 334.29º 0.17% 0.67% -
HSV(B) 334.29º 0.15% 0.73% -
XYZ 39.73 37.8 43.23 -
YUV 167.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 186 158 170 0 0.15 0.09 0.27 334.29 0.17 0.67
Hex BA 9E AA 0 F 9 1B 14E 11 43
Octal 272 236 252 0 17 11 33 516 21 103
Binary 10111010 10011110 10101010 0 1111 1001 11011 101001110 10001 1000011

Color Harmonies of #BA9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EAA

Black with #BA9EAA

Text Example


Text Example

White with #BA9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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