#BFA9BF

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

Shades of Lola #BFA9BF

Tints of Lola #BFA9BF

Color information

#BFA9BF (or 0xBFA9BF) is unknown color: approx Lola. HEX triplet: BF, A9 and BF. RGB value is (191,169,191). Sum of RGB (Red+Green+Blue) = 191+169+191=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFA9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9BF is #405640. Grayscale: #B2B2B2. Windows color (decimal): -4216385 or 12560831. OLE color: 12560831.

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

Color convert

RGB191169191-
CMYK00.1200.25
HSL300º14.67%70.59%-
HSV(B)300º11.52%74.9%-
XYZ45.0843.2155.26-
YUV178.09135.29137.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 191 (75% from 255) = 34.66%
R=34.66%
G=30.67%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116919100.1200.2530014.6770.59
HexBFA9BF0C01912cf47
Octal27725127701403145417107
Binary1011111110101001101111110110001100110010110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9BF; }

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

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

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

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

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

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

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

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