#BFB7BE

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

Shades of Maverick #BFB7BE

Tints of Maverick #BFB7BE

Color information

#BFB7BE (or 0xBFB7BE) is unknown color: approx Maverick. HEX triplet: BF, B7 and BE. RGB value is (191,183,190). Sum of RGB (Red+Green+Blue) = 191+183+190=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7BE is #404841. Grayscale: #BABABA. Windows color (decimal): -4212802 or 12498879. OLE color: 12498879.

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

Color convert

RGB191183190-
CMYK00.040.010.25
HSL307.5º5.88%73.33%-
HSV(B)307.5º4.19%74.9%-
XYZ47.7148.6655.59-
YUV186.19130.15131.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 183 (71.88% from 255) = 32.45%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=33.87%
G=32.45%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118319000.040.010.25307.55.8873.33
HexBFB7BE04119134649
Octal277267276041314646111
Binary10111111101101111011111001001110011001101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7BE; }

 p { color: rgb(191,183,190); }

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

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

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

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

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

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

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