Html Css Color HEX #BFA1AC Lily

📋 copy color: '#BFA1AC'

red 191 ◦ green 161 ◦ blue 172

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

Shades of Lily #BFA1AC

Tints of Lily #BFA1AC

RGB

 RED value IS 191 (75% from 255) = 36.45%

 GREEN value IS 161 (63.28% from 255) = 30.73%

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

R = 36.45%
G = 30.73%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BFA1AC (or 0xBFA1AC) is known color: Lily. HEX triplet: BF, A1 and AC. RGB value is (191,161,172). Sum of RGB (Red+Green+Blue) = 191+161+172=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA1AC is #405E53. Grayscale: #ABABAB. Windows color (decimal): -4218452 or 11313599. OLE color: 11313599.

HSL color Cylindrical-coordinate representation of color #BFA1AC: hue angle of 338º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA1AC is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 161 172 -
CMYK 0 0.16 0.10 0.25
HSL 338º 0.19% 0.69% -
HSV(B) 338º 0.16% 0.75% -
XYZ 41.68 39.54 44.47 -
YUV 171.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 191 161 172 0 0.16 0.10 0.25 338 0.19 0.69
Hex BF A1 AC 0 10 A 19 152 13 45
Octal 277 241 254 0 20 12 31 522 23 105
Binary 10111111 10100001 10101100 0 10000 1010 11001 101010010 10011 1000101

Color Harmonies of #BFA1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA1AC

Black with #BFA1AC

Text Example


Text Example

White with #BFA1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA1AC; }

 p { color: rgb(191,161,172); }

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

background-color css

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

 a { background-color: rgb(191,161,172); }

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

border-color css

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

 span { border-color: rgb(191,161,172); }

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