Html Css Color HEX #BA8EAC Lily

📋 copy color: '#BA8EAC'

red 186 ◦ green 142 ◦ blue 172

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

Shades of Lily #BA8EAC

Tints of Lily #BA8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.4%

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 37.2%
G = 28.4%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA8EAC (or 0xBA8EAC) is known color: Lily. HEX triplet: BA, 8E and AC. RGB value is (186,142,172). Sum of RGB (Red+Green+Blue) = 186+142+172=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EAC is #457153. Grayscale: #9E9E9E. Windows color (decimal): -4550996 or 11308730. OLE color: 11308730.

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

Color convert

RGB 186 142 172 -
CMYK 0 0.24 0.08 0.27
HSL 319.09º 0.24% 0.64% -
HSV(B) 319.09º 0.24% 0.73% -
XYZ 37.37 32.76 43.38 -
YUV 158.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 186 142 172 0 0.24 0.08 0.27 319.09 0.24 0.64
Hex BA 8E AC 0 18 8 1B 13F 18 40
Octal 272 216 254 0 30 10 33 477 30 100
Binary 10111010 10001110 10101100 0 11000 1000 11011 100111111 11000 1000000

Color Harmonies of #BA8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EAC

Black with #BA8EAC

Text Example


Text Example

White with #BA8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EAC; }

 p { color: rgb(186,142,172); }

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

background-color css

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

 a { background-color: rgb(186,142,172); }

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

border-color css

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

 span { border-color: rgb(186,142,172); }

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