Html Css Color HEX #BA9FAC Lily

📋 copy color: '#BA9FAC'

red 186 ◦ green 159 ◦ blue 172

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

Shades of Lily #BA9FAC

Tints of Lily #BA9FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.75%

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

R = 35.98%
G = 30.75%
B = 33.27%

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

#BA9FAC (or 0xBA9FAC) is known color: Lily. HEX triplet: BA, 9F and AC. RGB value is (186,159,172). Sum of RGB (Red+Green+Blue) = 186+159+172=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9FAC is #456053. Grayscale: #A8A8A8. Windows color (decimal): -4546644 or 11313082. OLE color: 11313082.

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

Color convert

RGB 186 159 172 -
CMYK 0 0.15 0.08 0.27
HSL 331.11º 0.16% 0.68% -
HSV(B) 331.11º 0.15% 0.73% -
XYZ 40.09 38.21 44.29 -
YUV 168.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 186 159 172 0 0.15 0.08 0.27 331.11 0.16 0.68
Hex BA 9F AC 0 F 8 1B 14B 10 44
Octal 272 237 254 0 17 10 33 513 20 104
Binary 10111010 10011111 10101100 0 1111 1000 11011 101001011 10000 1000100

Color Harmonies of #BA9FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FAC

Black with #BA9FAC

Text Example


Text Example

White with #BA9FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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