#BFA9B8

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

Shades of Lily #BFA9B8

Tints of Lily #BFA9B8

Color information

#BFA9B8 (or 0xBFA9B8) is unknown color: approx Lily. HEX triplet: BF, A9 and B8. RGB value is (191,169,184). Sum of RGB (Red+Green+Blue) = 191+169+184=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9B8 is #405647. Grayscale: #B1B1B1. Windows color (decimal): -4216392 or 12102079. OLE color: 12102079.

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

Color convert

RGB191169184-
CMYK00.120.040.25
HSL319.09º14.67%70.59%-
HSV(B)319.09º11.52%74.9%-
XYZ44.3342.9151.29-
YUV177.29131.79137.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 184 (72.27% from 255) = 33.82%
R=35.11%
G=31.07%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116918400.120.040.25319.0914.6770.59
HexBFA9B80C41913ff47
Octal27725127001443147717107
Binary101111111010100110111000011001001100110011111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9B8; }

 p { color: rgb(191,169,184); }

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

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

 a { background-color: rgb(191,169,184); }

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

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

 span { border-color: rgb(191,169,184); }

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