Html Css Color HEX #BA8FAA Lily

📋 copy color: '#BA8FAA'

red 186 ◦ green 143 ◦ blue 170

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

Shades of Lily #BA8FAA

Tints of Lily #BA8FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.66%

 BLUE value IS 170 (66.8% from 255) = 34.07%

R = 37.27%
G = 28.66%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA8FAA (or 0xBA8FAA) is known color: Lily. HEX triplet: BA, 8F and AA. RGB value is (186,143,170). Sum of RGB (Red+Green+Blue) = 186+143+170=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8FAA is #457055. Grayscale: #9E9E9E. Windows color (decimal): -4550742 or 11177914. OLE color: 11177914.

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

Color convert

RGB 186 143 170 -
CMYK 0 0.23 0.09 0.27
HSL 322.33º 0.24% 0.65% -
HSV(B) 322.33º 0.23% 0.73% -
XYZ 37.33 32.99 42.43 -
YUV 158.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 186 143 170 0 0.23 0.09 0.27 322.33 0.24 0.65
Hex BA 8F AA 0 17 9 1B 142 18 41
Octal 272 217 252 0 27 11 33 502 30 101
Binary 10111010 10001111 10101010 0 10111 1001 11011 101000010 11000 1000001

Color Harmonies of #BA8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8FAA

Black with #BA8FAA

Text Example


Text Example

White with #BA8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8FAA; }

 p { color: rgb(186,143,170); }

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

background-color css

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

 a { background-color: rgb(186,143,170); }

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

border-color css

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

 span { border-color: rgb(186,143,170); }

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