#BCB0BA

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

Shades of Maverick #BCB0BA

Tints of Maverick #BCB0BA

Color information

#BCB0BA (or 0xBCB0BA) is unknown color: approx Maverick. HEX triplet: BC, B0 and BA. RGB value is (188,176,186). Sum of RGB (Red+Green+Blue) = 188+176+186=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0BA is #434F45. Grayscale: #B4B4B4. Windows color (decimal): -4411206 or 12234940. OLE color: 12234940.

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

Color convert

RGB188176186-
CMYK00.060.010.26
HSL310º8.22%71.37%-
HSV(B)310º6.38%73.73%-
XYZ45.1345.2952.82-
YUV180.73130.98133.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=34.18%
G=32%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817618600.060.010.263108.2271.37
HexBCB0BA0611A136847
Octal2742602720613246610107
Binary101111001011000010111010011011101010011011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0BA; }

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

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

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

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

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

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

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

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