#BCB4BA

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

Shades of Maverick #BCB4BA

Tints of Maverick #BCB4BA

Color information

#BCB4BA (or 0xBCB4BA) is unknown color: approx Maverick. HEX triplet: BC, B4 and BA. RGB value is (188,180,186). Sum of RGB (Red+Green+Blue) = 188+180+186=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4BA is #434B45. Grayscale: #B7B7B7. Windows color (decimal): -4410182 or 12235964. OLE color: 12235964.

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

Color convert

RGB188180186-
CMYK00.040.010.26
HSL315º5.63%72.16%-
HSV(B)315º4.26%73.73%-
XYZ45.9246.8853.08-
YUV183.08129.65131.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=33.94%
G=32.49%
B=33.57%

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
Decimal18818018600.040.010.263155.6372.16
HexBCB4BA0411A13b648
Octal274264272041324736110
Binary10111100101101001011101001001110101001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4BA; }

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

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

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

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

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

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

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

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