#BFB9BF

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

Shades of Lola #BFB9BF

Tints of Lola #BFB9BF

Color information

#BFB9BF (or 0xBFB9BF) is unknown color: approx Lola. HEX triplet: BF, B9 and BF. RGB value is (191,185,191). Sum of RGB (Red+Green+Blue) = 191+185+191=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9BF is #404640. Grayscale: #BBBBBB. Windows color (decimal): -4212289 or 12564927. OLE color: 12564927.

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

Color convert

RGB191185191-
CMYK00.0300.25
HSL300º4.48%73.73%-
HSV(B)300º3.14%74.9%-
XYZ48.2449.5456.31-
YUV187.48129.99130.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 185 (72.66% from 255) = 32.63%
BLUE value IS 191 (75% from 255) = 33.69%
R=33.69%
G=32.63%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118519100.0300.253004.4873.73
HexBFB9BF0301912c44a
Octal277271277030314544112
Binary1011111110111001101111110110110011001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9BF; }

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

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

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

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

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

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

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

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