Html Css Color HEX #BA9DAA Lily

📋 copy color: '#BA9DAA'

red 186 ◦ green 157 ◦ blue 170

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

Shades of Lily #BA9DAA

Tints of Lily #BA9DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.6%

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

R = 36.26%
G = 30.6%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA9DAA (or 0xBA9DAA) is known color: Lily. HEX triplet: BA, 9D and AA. RGB value is (186,157,170). Sum of RGB (Red+Green+Blue) = 186+157+170=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DAA is #456255. Grayscale: #A7A7A7. Windows color (decimal): -4547158 or 11181498. OLE color: 11181498.

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

Color convert

RGB 186 157 170 -
CMYK 0 0.16 0.09 0.27
HSL 333.1º 0.17% 0.67% -
HSV(B) 333.1º 0.16% 0.73% -
XYZ 39.56 37.46 43.17 -
YUV 167.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 186 157 170 0 0.16 0.09 0.27 333.1 0.17 0.67
Hex BA 9D AA 0 10 9 1B 14D 11 43
Octal 272 235 252 0 20 11 33 515 21 103
Binary 10111010 10011101 10101010 0 10000 1001 11011 101001101 10001 1000011

Color Harmonies of #BA9DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DAA

Black with #BA9DAA

Text Example


Text Example

White with #BA9DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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