Html Css Color HEX #BA8BA9 Lily

📋 copy color: '#BA8BA9'

red 186 ◦ green 139 ◦ blue 169

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

Shades of Lily #BA8BA9

Tints of Lily #BA8BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.14%

 BLUE value IS 169 (66.41% from 255) = 34.21%

R = 37.65%
G = 28.14%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA8BA9 (or 0xBA8BA9) is known color: Lily. HEX triplet: BA, 8B and A9. RGB value is (186,139,169). Sum of RGB (Red+Green+Blue) = 186+139+169=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BA9 is #457456. Grayscale: #9C9C9C. Windows color (decimal): -4551767 or 11111354. OLE color: 11111354.

HSL color Cylindrical-coordinate representation of color #BA8BA9: hue angle of 321.7º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8BA9 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 139 169 -
CMYK 0 0.25 0.09 0.27
HSL 321.7º 0.25% 0.64% -
HSV(B) 321.7º 0.25% 0.73% -
XYZ 36.64 31.77 41.74 -
YUV 156.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 186 139 169 0 0.25 0.09 0.27 321.7 0.25 0.64
Hex BA 8B A9 0 19 9 1B 142 19 40
Octal 272 213 251 0 31 11 33 502 31 100
Binary 10111010 10001011 10101001 0 11001 1001 11011 101000010 11001 1000000

Color Harmonies of #BA8BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BA9

Black with #BA8BA9

Text Example


Text Example

White with #BA8BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BA9; }

 p { color: rgb(186,139,169); }

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

background-color css

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

 a { background-color: rgb(186,139,169); }

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

border-color css

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

 span { border-color: rgb(186,139,169); }

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