Html Css Color HEX #BA9EAC Lily

📋 copy color: '#BA9EAC'

red 186 ◦ green 158 ◦ blue 172

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

Shades of Lily #BA9EAC

Tints of Lily #BA9EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.62%

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

R = 36.05%
G = 30.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA9EAC (or 0xBA9EAC) is known color: Lily. HEX triplet: BA, 9E and AC. RGB value is (186,158,172). Sum of RGB (Red+Green+Blue) = 186+158+172=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EAC is #456153. Grayscale: #A7A7A7. Windows color (decimal): -4546900 or 11312826. OLE color: 11312826.

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

Color convert

RGB 186 158 172 -
CMYK 0 0.15 0.08 0.27
HSL 330º 0.17% 0.67% -
HSV(B) 330º 0.15% 0.73% -
XYZ 39.92 37.87 44.24 -
YUV 167.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 186 158 172 0 0.15 0.08 0.27 330 0.17 0.67
Hex BA 9E AC 0 F 8 1B 14A 11 43
Octal 272 236 254 0 17 10 33 512 21 103
Binary 10111010 10011110 10101100 0 1111 1000 11011 101001010 10001 1000011

Color Harmonies of #BA9EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EAC

Black with #BA9EAC

Text Example


Text Example

White with #BA9EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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