#BCB4BB

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

Shades of Maverick #BCB4BB

Tints of Maverick #BCB4BB

Color information

#BCB4BB (or 0xBCB4BB) is unknown color: approx Maverick. HEX triplet: BC, B4 and BB. RGB value is (188,180,187). Sum of RGB (Red+Green+Blue) = 188+180+187=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4BB is #434B44. Grayscale: #B7B7B7. Windows color (decimal): -4410181 or 12301500. OLE color: 12301500.

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

Color convert

RGB188180187-
CMYK00.040.010.26
HSL307.5º5.63%72.16%-
HSV(B)307.5º4.26%73.73%-
XYZ46.0346.9253.64-
YUV183.19130.15131.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=33.87%
G=32.43%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818018700.040.010.26307.55.6372.16
HexBCB4BB0411A134648
Octal274264273041324646110
Binary10111100101101001011101101001110101001101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4BB; }

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

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

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

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

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

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

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

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