#BCB7BB

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

Shades of Maverick #BCB7BB

Tints of Maverick #BCB7BB

Color information

#BCB7BB (or 0xBCB7BB) is unknown color: approx Maverick. HEX triplet: BC, B7 and BB. RGB value is (188,183,187). Sum of RGB (Red+Green+Blue) = 188+183+187=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7BB is #434844. Grayscale: #B8B8B8. Windows color (decimal): -4409413 or 12302268. OLE color: 12302268.

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

Color convert

RGB188183187-
CMYK00.030.010.26
HSL312º3.6%72.75%-
HSV(B)312º2.66%73.73%-
XYZ46.6448.1553.85-
YUV184.95129.16130.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 183 (71.88% from 255) = 32.80%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=33.69%
G=32.80%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818318700.030.010.263123.672.75
HexBCB7BB0311A138449
Octal274267273031324704111
Binary1011110010110111101110110111110101001110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7BB; }

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

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

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

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

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

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

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

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