#BFB6BF

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

Shades of Lola #BFB6BF

Tints of Lola #BFB6BF

Color information

#BFB6BF (or 0xBFB6BF) is unknown color: approx Lola. HEX triplet: BF, B6 and BF. RGB value is (191,182,191). Sum of RGB (Red+Green+Blue) = 191+182+191=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6BF is #404940. Grayscale: #B9B9B9. Windows color (decimal): -4213057 or 12564159. OLE color: 12564159.

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

Color convert

RGB191182191-
CMYK00.0500.25
HSL300º6.57%73.14%-
HSV(B)300º4.71%74.9%-
XYZ47.6248.2956.1-
YUV185.72130.98131.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 182 (71.48% from 255) = 32.27%
BLUE value IS 191 (75% from 255) = 33.87%
R=33.87%
G=32.27%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118219100.0500.253006.5773.14
HexBFB6BF0501912c749
Octal277266277050314547111
Binary10111111101101101011111101010110011001011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6BF; }

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

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

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

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

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

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

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

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