Html Css Color HEX #BA9DA8 Lily

📋 copy color: '#BA9DA8'

red 186 ◦ green 157 ◦ blue 168

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

Shades of Lily #BA9DA8

Tints of Lily #BA9DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.88%

R = 36.4%
G = 30.72%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA9DA8 (or 0xBA9DA8) is known color: Lily. HEX triplet: BA, 9D and A8. RGB value is (186,157,168). Sum of RGB (Red+Green+Blue) = 186+157+168=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DA8 is #456257. Grayscale: #A6A6A6. Windows color (decimal): -4547160 or 11050426. OLE color: 11050426.

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

Color convert

RGB 186 157 168 -
CMYK 0 0.16 0.10 0.27
HSL 337.24º 0.17% 0.67% -
HSV(B) 337.24º 0.16% 0.73% -
XYZ 39.37 37.38 42.19 -
YUV 166.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 186 157 168 0 0.16 0.10 0.27 337.24 0.17 0.67
Hex BA 9D A8 0 10 A 1B 151 11 43
Octal 272 235 250 0 20 12 33 521 21 103
Binary 10111010 10011101 10101000 0 10000 1010 11011 101010001 10001 1000011

Color Harmonies of #BA9DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DA8

Black with #BA9DA8

Text Example


Text Example

White with #BA9DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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