#BCB2B7

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

Shades of Maverick #BCB2B7

Tints of Maverick #BCB2B7

Color information

#BCB2B7 (or 0xBCB2B7) is unknown color: approx Maverick. HEX triplet: BC, B2 and B7. RGB value is (188,178,183). Sum of RGB (Red+Green+Blue) = 188+178+183=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2B7 is #434D48. Grayscale: #B5B5B5. Windows color (decimal): -4410697 or 12038844. OLE color: 12038844.

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

Color convert

RGB188178183-
CMYK00.050.030.26
HSL330º6.94%71.76%-
HSV(B)330º5.32%73.73%-
XYZ45.2145.9551.29-
YUV181.56128.81132.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 178 (69.92% from 255) = 32.42%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=34.24%
G=32.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817818300.050.030.263306.9471.76
HexBCB2B70531A14a748
Octal274262267053325127110
Binary101111001011001010110111010111110101010010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2B7; }

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

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

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

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

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

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

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

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