#BCB0B7

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

Shades of Maverick #BCB0B7

Tints of Maverick #BCB0B7

Color information

#BCB0B7 (or 0xBCB0B7) is unknown color: approx Maverick. HEX triplet: BC, B0 and B7. RGB value is (188,176,183). Sum of RGB (Red+Green+Blue) = 188+176+183=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0B7 is #434F48. Grayscale: #B4B4B4. Windows color (decimal): -4411209 or 12038332. OLE color: 12038332.

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

Color convert

RGB188176183-
CMYK00.060.030.26
HSL325º8.22%71.37%-
HSV(B)325º6.38%73.73%-
XYZ44.8145.1651.15-
YUV180.39129.48133.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=34.37%
G=32.18%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817618300.060.030.263258.2271.37
HexBCB0B70631A145847
Octal2742602670633250510107
Binary1011110010110000101101110110111101010100010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0B7; }

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

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

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

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

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

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

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

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