Html Css Color HEX #BFA0AC Lily

📋 copy color: '#BFA0AC'

red 191 ◦ green 160 ◦ blue 172

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

Shades of Lily #BFA0AC

Tints of Lily #BFA0AC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.59%

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

R = 36.52%
G = 30.59%
B = 32.89%

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

#BFA0AC (or 0xBFA0AC) is known color: Lily. HEX triplet: BF, A0 and AC. RGB value is (191,160,172). Sum of RGB (Red+Green+Blue) = 191+160+172=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA0AC is #405F53. Grayscale: #AAAAAA. Windows color (decimal): -4218708 or 11313343. OLE color: 11313343.

HSL color Cylindrical-coordinate representation of color #BFA0AC: hue angle of 336.77º 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 #BFA0AC is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 160 172 -
CMYK 0 0.16 0.10 0.25
HSL 336.77º 0.19% 0.69% -
HSV(B) 336.77º 0.16% 0.75% -
XYZ 41.5 39.2 44.41 -
YUV 170.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 191 160 172 0 0.16 0.10 0.25 336.77 0.19 0.69
Hex BF A0 AC 0 10 A 19 151 13 45
Octal 277 240 254 0 20 12 31 521 23 105
Binary 10111111 10100000 10101100 0 10000 1010 11001 101010001 10011 1000101

Color Harmonies of #BFA0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA0AC

Black with #BFA0AC

Text Example


Text Example

White with #BFA0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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