Html Css Color HEX #BFA0AF Lily

📋 copy color: '#BFA0AF'

red 191 ◦ green 160 ◦ blue 175

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

Shades of Lily #BFA0AF

Tints of Lily #BFA0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 36.31%
G = 30.42%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BFA0AF (or 0xBFA0AF) is known color: Lily. HEX triplet: BF, A0 and AF. RGB value is (191,160,175). Sum of RGB (Red+Green+Blue) = 191+160+175=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA0AF is #405F50. Grayscale: #AAAAAA. Windows color (decimal): -4218705 or 11509951. OLE color: 11509951.

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

Color convert

RGB 191 160 175 -
CMYK 0 0.16 0.08 0.25
HSL 330.97º 0.19% 0.69% -
HSV(B) 330.97º 0.16% 0.75% -
XYZ 41.79 39.31 45.94 -
YUV 170.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 191 160 175 0 0.16 0.08 0.25 330.97 0.19 0.69
Hex BF A0 AF 0 10 8 19 14B 13 45
Octal 277 240 257 0 20 10 31 513 23 105
Binary 10111111 10100000 10101111 0 10000 1000 11001 101001011 10011 1000101

Color Harmonies of #BFA0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA0AF

Black with #BFA0AF

Text Example


Text Example

White with #BFA0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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