Html Css Color HEX #BA9CAC Lily

📋 copy color: '#BA9CAC'

red 186 ◦ green 156 ◦ blue 172

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

Shades of Lily #BA9CAC

Tints of Lily #BA9CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

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

R = 36.19%
G = 30.35%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA9CAC (or 0xBA9CAC) is known color: Lily. HEX triplet: BA, 9C and AC. RGB value is (186,156,172). Sum of RGB (Red+Green+Blue) = 186+156+172=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CAC is #456353. Grayscale: #A6A6A6. Windows color (decimal): -4547412 or 11312314. OLE color: 11312314.

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

Color convert

RGB 186 156 172 -
CMYK 0 0.16 0.08 0.27
HSL 328º 0.18% 0.67% -
HSV(B) 328º 0.16% 0.73% -
XYZ 39.58 37.19 44.12 -
YUV 166.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 186 156 172 0 0.16 0.08 0.27 328 0.18 0.67
Hex BA 9C AC 0 10 8 1B 148 12 43
Octal 272 234 254 0 20 10 33 510 22 103
Binary 10111010 10011100 10101100 0 10000 1000 11011 101001000 10010 1000011

Color Harmonies of #BA9CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9CAC

Black with #BA9CAC

Text Example


Text Example

White with #BA9CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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