#BFBCBE

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

Shades of Maverick #BFBCBE

Tints of Maverick #BFBCBE

Color information

#BFBCBE (or 0xBFBCBE) is unknown color: approx Maverick. HEX triplet: BF, BC and BE. RGB value is (191,188,190). Sum of RGB (Red+Green+Blue) = 191+188+190=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCBE is #404341. Grayscale: #BDBDBD. Windows color (decimal): -4211522 or 12500159. OLE color: 12500159.

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

Color convert

RGB191188190-
CMYK00.020.010.25
HSL320º2.29%74.31%-
HSV(B)320º1.57%74.9%-
XYZ48.7650.7655.94-
YUV189.12128.49129.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=33.57%
G=33.04%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118819000.020.010.253202.2974.31
HexBFBCBE0211914024a
Octal277274276021315002112
Binary101111111011110010111110010111001101000000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCBE; }

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

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

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

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

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

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

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

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