#BFBDBE

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

Shades of Maverick #BFBDBE

Tints of Maverick #BFBDBE

Color information

#BFBDBE (or 0xBFBDBE) is unknown color: approx Maverick. HEX triplet: BF, BD and BE. RGB value is (191,189,190). Sum of RGB (Red+Green+Blue) = 191+189+190=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDBE is #404241. Grayscale: #BDBDBD. Windows color (decimal): -4211266 or 12500415. OLE color: 12500415.

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

Color convert

RGB191189190-
CMYK00.010.010.25
HSL330º1.54%74.51%-
HSV(B)330º1.05%74.9%-
XYZ48.9851.1956.01-
YUV189.71128.16128.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=33.51%
G=33.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118919000.010.010.253301.5474.51
HexBFBDBE0111914a24b
Octal277275276011315122113
Binary10111111101111011011111001111001101001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDBE; }

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

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

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

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

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

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

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

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