#BFA8BF

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

Shades of Lola #BFA8BF

Tints of Lola #BFA8BF

Color information

#BFA8BF (or 0xBFA8BF) is unknown color: approx Lola. HEX triplet: BF, A8 and BF. RGB value is (191,168,191). Sum of RGB (Red+Green+Blue) = 191+168+191=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFA8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8BF is #405740. Grayscale: #B1B1B1. Windows color (decimal): -4216641 or 12560575. OLE color: 12560575.

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

Color convert

RGB191168191-
CMYK00.1200.25
HSL300º15.23%70.39%-
HSV(B)300º12.04%74.9%-
XYZ44.8942.8455.19-
YUV177.5135.62137.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.73%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 191 (75% from 255) = 34.73%
R=34.73%
G=30.55%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116819100.1200.2530015.2370.39
HexBFA8BF0C01912cf46
Octal27725027701403145417106
Binary1011111110101000101111110110001100110010110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8BF; }

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

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

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

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

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

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

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

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