#BCB8BA

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

Shades of Maverick #BCB8BA

Tints of Maverick #BCB8BA

Color information

#BCB8BA (or 0xBCB8BA) is unknown color: approx Maverick. HEX triplet: BC, B8 and BA. RGB value is (188,184,186). Sum of RGB (Red+Green+Blue) = 188+184+186=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8BA is #434745. Grayscale: #B9B9B9. Windows color (decimal): -4409158 or 12236988. OLE color: 12236988.

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

Color convert

RGB188184186-
CMYK00.020.010.26
HSL330º2.9%72.94%-
HSV(B)330º2.13%73.73%-
XYZ46.7448.5253.36-
YUV185.42128.33129.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=33.69%
G=32.97%
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.26
SystemRedGreenBlueCMYKHSL
Decimal18818418600.020.010.263302.972.94
HexBCB8BA0211A14a349
Octal274270272021325123111
Binary101111001011100010111010010111010101001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8BA; }

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

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

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

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

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

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

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

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