#BCB6BA

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

Shades of Maverick #BCB6BA

Tints of Maverick #BCB6BA

Color information

#BCB6BA (or 0xBCB6BA) is unknown color: approx Maverick. HEX triplet: BC, B6 and BA. RGB value is (188,182,186). Sum of RGB (Red+Green+Blue) = 188+182+186=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6BA is #434945. Grayscale: #B8B8B8. Windows color (decimal): -4409670 or 12236476. OLE color: 12236476.

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

Color convert

RGB188182186-
CMYK00.030.010.26
HSL320º4.29%72.55%-
HSV(B)320º3.19%73.73%-
XYZ46.3347.6953.22-
YUV184.25128.99130.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=33.81%
G=32.73%
B=33.45%

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
Decimal18818218600.030.010.263204.2972.55
HexBCB6BA0311A140449
Octal274266272031325004111
Binary1011110010110110101110100111110101010000001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6BA; }

 p { color: rgb(188,182,186); }

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

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

 a { background-color: rgb(188,182,186); }

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

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

 span { border-color: rgb(188,182,186); }

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