#BFAFB7

Color #BFAFB7 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #BFAFB7

Tints of Lily #BFAFB7

Color information

#BFAFB7 (or 0xBFAFB7) is unknown color: approx Lily. HEX triplet: BF, AF and B7. RGB value is (191,175,183). Sum of RGB (Red+Green+Blue) = 191+175+183=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFB7 is #405048. Grayscale: #B4B4B4. Windows color (decimal): -4214857 or 12038079. OLE color: 12038079.

HSL color Cylindrical-coordinate representation of color #BFAFB7: hue angle of 330º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFAFB7 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191175183-
CMYK00.080.040.25
HSL330º11.11%71.76%-
HSV(B)330º8.38%74.9%-
XYZ45.3645.1651.12-
YUV180.7129.3135.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=34.79%
G=31.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117518300.080.040.2533011.1171.76
HexBFAFB70841914ab48
Octal27725726701043151213110
Binary101111111010111110110111010001001100110100101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFB7; }

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

 H1.HeaderClassName
 {
   color: #BFAFB7;
 }
 .AnyTagClassName
 {
   color: #BFAFB7;
 }
</style>
background-color css

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

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

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

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

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

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