#BFBBBD

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

Shades of Maverick #BFBBBD

Tints of Maverick #BFBBBD

Color information

#BFBBBD (or 0xBFBBBD) is unknown color: approx Maverick. HEX triplet: BF, BB and BD. RGB value is (191,187,189). Sum of RGB (Red+Green+Blue) = 191+187+189=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBBD is #404442. Grayscale: #BCBCBC. Windows color (decimal): -4211779 or 12434367. OLE color: 12434367.

HSL color Cylindrical-coordinate representation of color #BFBBBD: hue angle of 330º degrees, saturation: 0.03, 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 #BFBBBD is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191187189-
CMYK00.020.010.25
HSL330º3.03%74.12%-
HSV(B)330º2.09%74.9%-
XYZ48.4450.2955.3-
YUV188.42128.33129.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=33.69%
G=32.98%
B=33.33%

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
Decimal19118718900.020.010.253303.0374.12
HexBFBBBD0211914a34a
Octal277273275021315123112
Binary101111111011101110111101010111001101001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBBD; }

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

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

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

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

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

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

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

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