Html Css Color HEX #BA9FAD Lily

📋 copy color: '#BA9FAD'

red 186 ◦ green 159 ◦ blue 173

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

Shades of Lily #BA9FAD

Tints of Lily #BA9FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 35.91%
G = 30.69%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA9FAD (or 0xBA9FAD) is known color: Lily. HEX triplet: BA, 9F and AD. RGB value is (186,159,173). Sum of RGB (Red+Green+Blue) = 186+159+173=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FAD is #456052. Grayscale: #A8A8A8. Windows color (decimal): -4546643 or 11378618. OLE color: 11378618.

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

Color convert

RGB 186 159 173 -
CMYK 0 0.15 0.07 0.27
HSL 328.89º 0.16% 0.68% -
HSV(B) 328.89º 0.15% 0.73% -
XYZ 40.19 38.25 44.8 -
YUV 168.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 186 159 173 0 0.15 0.07 0.27 328.89 0.16 0.68
Hex BA 9F AD 0 F 7 1B 149 10 44
Octal 272 237 255 0 17 7 33 511 20 104
Binary 10111010 10011111 10101101 0 1111 111 11011 101001001 10000 1000100

Color Harmonies of #BA9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FAD

Black with #BA9FAD

Text Example


Text Example

White with #BA9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FAD; }

 p { color: rgb(186,159,173); }

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

background-color css

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

 a { background-color: rgb(186,159,173); }

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

border-color css

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

 span { border-color: rgb(186,159,173); }

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