Html Css Color HEX #BA9BAC Lily

📋 copy color: '#BA9BAC'

red 186 ◦ green 155 ◦ blue 172

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

Shades of Lily #BA9BAC

Tints of Lily #BA9BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.21%

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

R = 36.26%
G = 30.21%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA9BAC (or 0xBA9BAC) is known color: Lily. HEX triplet: BA, 9B and AC. RGB value is (186,155,172). Sum of RGB (Red+Green+Blue) = 186+155+172=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9BAC is #456453. Grayscale: #A6A6A6. Windows color (decimal): -4547668 or 11312058. OLE color: 11312058.

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

Color convert

RGB 186 155 172 -
CMYK 0 0.17 0.08 0.27
HSL 327.1º 0.18% 0.67% -
HSV(B) 327.1º 0.17% 0.73% -
XYZ 39.42 36.86 44.07 -
YUV 166.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 186 155 172 0 0.17 0.08 0.27 327.1 0.18 0.67
Hex BA 9B AC 0 11 8 1B 147 12 43
Octal 272 233 254 0 21 10 33 507 22 103
Binary 10111010 10011011 10101100 0 10001 1000 11011 101000111 10010 1000011

Color Harmonies of #BA9BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9BAC

Black with #BA9BAC

Text Example


Text Example

White with #BA9BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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