#BFAFB5

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

Shades of Lily #BFAFB5

Tints of Lily #BFAFB5

Color information

#BFAFB5 (or 0xBFAFB5) is unknown color: approx Lily. HEX triplet: BF, AF and B5. RGB value is (191,175,181). Sum of RGB (Red+Green+Blue) = 191+175+181=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFB5 is #40504A. Grayscale: #B4B4B4. Windows color (decimal): -4214859 or 11907007. OLE color: 11907007.

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

Color convert

RGB191175181-
CMYK00.080.050.25
HSL337.5º11.11%71.76%-
HSV(B)337.5º8.38%74.9%-
XYZ45.1645.0750.04-
YUV180.47128.3135.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=34.92%
G=31.99%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117518100.080.050.25337.511.1171.76
HexBFAFB508519152b48
Octal27725726501053152213110
Binary101111111010111110110101010001011100110101001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFB5; }

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

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

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

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

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

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

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

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