#BCB3B7

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

Shades of Maverick #BCB3B7

Tints of Maverick #BCB3B7

Color information

#BCB3B7 (or 0xBCB3B7) is unknown color: approx Maverick. HEX triplet: BC, B3 and B7. RGB value is (188,179,183). Sum of RGB (Red+Green+Blue) = 188+179+183=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3B7 is #434C48. Grayscale: #B6B6B6. Windows color (decimal): -4410441 or 12039100. OLE color: 12039100.

HSL color Cylindrical-coordinate representation of color #BCB3B7: hue angle of 333.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB3B7 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188179183-
CMYK00.050.030.26
HSL333.33º6.29%71.96%-
HSV(B)333.33º4.79%73.73%-
XYZ45.4146.3551.35-
YUV182.15128.48132.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 179 (70.31% from 255) = 32.55%
BLUE value IS 183 (71.88% from 255) = 33.27%
R=34.18%
G=32.55%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817918300.050.030.26333.336.2971.96
HexBCB3B70531A14d648
Octal274263267053325156110
Binary101111001011001110110111010111110101010011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3B7; }

 p { color: rgb(188,179,183); }

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

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

 a { background-color: rgb(188,179,183); }

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

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

 span { border-color: rgb(188,179,183); }

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