Html Css Color HEX #BA99AD Lily

📋 copy color: '#BA99AD'

red 186 ◦ green 153 ◦ blue 173

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

Shades of Lily #BA99AD

Tints of Lily #BA99AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

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

R = 36.33%
G = 29.88%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA99AD (or 0xBA99AD) is known color: Lily. HEX triplet: BA, 99 and AD. RGB value is (186,153,173). Sum of RGB (Red+Green+Blue) = 186+153+173=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99AD is #456652. Grayscale: #A5A5A5. Windows color (decimal): -4548179 or 11377082. OLE color: 11377082.

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

Color convert

RGB 186 153 173 -
CMYK 0 0.18 0.07 0.27
HSL 323.64º 0.19% 0.66% -
HSV(B) 323.64º 0.18% 0.73% -
XYZ 39.18 36.24 44.46 -
YUV 165.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 186 153 173 0 0.18 0.07 0.27 323.64 0.19 0.66
Hex BA 99 AD 0 12 7 1B 144 13 42
Octal 272 231 255 0 22 7 33 504 23 102
Binary 10111010 10011001 10101101 0 10010 111 11011 101000100 10011 1000010

Color Harmonies of #BA99AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99AD

Black with #BA99AD

Text Example


Text Example

White with #BA99AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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