Html Css Color HEX #BA9FAF Lily

📋 copy color: '#BA9FAF'

red 186 ◦ green 159 ◦ blue 175

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

Shades of Lily #BA9FAF

Tints of Lily #BA9FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 35.77%
G = 30.58%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA9FAF (or 0xBA9FAF) is known color: Lily. HEX triplet: BA, 9F and AF. RGB value is (186,159,175). Sum of RGB (Red+Green+Blue) = 186+159+175=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FAF is #456050. Grayscale: #A8A8A8. Windows color (decimal): -4546641 or 11509690. OLE color: 11509690.

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

Color convert

RGB 186 159 175 -
CMYK 0 0.15 0.06 0.27
HSL 324.44º 0.16% 0.68% -
HSV(B) 324.44º 0.15% 0.73% -
XYZ 40.39 38.33 45.83 -
YUV 168.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 186 159 175 0 0.15 0.06 0.27 324.44 0.16 0.68
Hex BA 9F AF 0 F 6 1B 144 10 44
Octal 272 237 257 0 17 6 33 504 20 104
Binary 10111010 10011111 10101111 0 1111 110 11011 101000100 10000 1000100

Color Harmonies of #BA9FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FAF

Black with #BA9FAF

Text Example


Text Example

White with #BA9FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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