#BCB9BB

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

Shades of Maverick #BCB9BB

Tints of Maverick #BCB9BB

Color information

#BCB9BB (or 0xBCB9BB) is unknown color: approx Maverick. HEX triplet: BC, B9 and BB. RGB value is (188,185,187). Sum of RGB (Red+Green+Blue) = 188+185+187=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9BB is #434644. Grayscale: #BABABA. Windows color (decimal): -4408901 or 12302780. OLE color: 12302780.

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

Color convert

RGB188185187-
CMYK00.020.010.26
HSL320º2.19%73.14%-
HSV(B)320º1.6%73.73%-
XYZ47.0648.9853.99-
YUV186.12128.49129.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 187 (73.44% 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.26
SystemRedGreenBlueCMYKHSL
Decimal18818518700.020.010.263202.1973.14
HexBCB9BB0211A140249
Octal274271273021325002111
Binary101111001011100110111011010111010101000000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9BB; }

 p { color: rgb(188,185,187); }

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

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

 a { background-color: rgb(188,185,187); }

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

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

 span { border-color: rgb(188,185,187); }

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