Html Css Color HEX #BA8EA5 Lily

📋 copy color: '#BA8EA5'

red 186 ◦ green 142 ◦ blue 165

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

Shades of Lily #BA8EA5

Tints of Lily #BA8EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.47%

R = 37.73%
G = 28.8%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA8EA5 (or 0xBA8EA5) is known color: Lily. HEX triplet: BA, 8E and A5. RGB value is (186,142,165). Sum of RGB (Red+Green+Blue) = 186+142+165=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EA5 is #45715A. Grayscale: #9D9D9D. Windows color (decimal): -4551003 or 10849978. OLE color: 10849978.

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

Color convert

RGB 186 142 165 -
CMYK 0 0.24 0.11 0.27
HSL 328.64º 0.24% 0.64% -
HSV(B) 328.64º 0.24% 0.73% -
XYZ 36.71 32.5 39.94 -
YUV 157.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 186 142 165 0 0.24 0.11 0.27 328.64 0.24 0.64
Hex BA 8E A5 0 18 B 1B 149 18 40
Octal 272 216 245 0 30 13 33 511 30 100
Binary 10111010 10001110 10100101 0 11000 1011 11011 101001001 11000 1000000

Color Harmonies of #BA8EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EA5

Black with #BA8EA5

Text Example


Text Example

White with #BA8EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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