Html Css Color HEX #BA9DAD Lily

📋 copy color: '#BA9DAD'

red 186 ◦ green 157 ◦ blue 173

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

Shades of Lily #BA9DAD

Tints of Lily #BA9DAD

RGB

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

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

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

R = 36.05%
G = 30.43%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA9DAD (or 0xBA9DAD) is known color: Lily. HEX triplet: BA, 9D and AD. RGB value is (186,157,173). Sum of RGB (Red+Green+Blue) = 186+157+173=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DAD is #456252. Grayscale: #A7A7A7. Windows color (decimal): -4547155 or 11378106. OLE color: 11378106.

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

Color convert

RGB 186 157 173 -
CMYK 0 0.16 0.07 0.27
HSL 326.9º 0.17% 0.67% -
HSV(B) 326.9º 0.16% 0.73% -
XYZ 39.85 37.57 44.69 -
YUV 167.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 186 157 173 0 0.16 0.07 0.27 326.9 0.17 0.67
Hex BA 9D AD 0 10 7 1B 147 11 43
Octal 272 235 255 0 20 7 33 507 21 103
Binary 10111010 10011101 10101101 0 10000 111 11011 101000111 10001 1000011

Color Harmonies of #BA9DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DAD

Black with #BA9DAD

Text Example


Text Example

White with #BA9DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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