#BCB1B8

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

Shades of Maverick #BCB1B8

Tints of Maverick #BCB1B8

Color information

#BCB1B8 (or 0xBCB1B8) is unknown color: approx Maverick. HEX triplet: BC, B1 and B8. RGB value is (188,177,184). Sum of RGB (Red+Green+Blue) = 188+177+184=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1B8 is #434E47. Grayscale: #B5B5B5. Windows color (decimal): -4410952 or 12104124. OLE color: 12104124.

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

Color convert

RGB188177184-
CMYK00.060.020.26
HSL321.82º7.59%71.57%-
HSV(B)321.82º5.85%73.73%-
XYZ45.1145.651.77-
YUV181.09129.64132.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=34.24%
G=32.24%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817718400.060.020.26321.827.5971.57
HexBCB1B80621A142848
Octal2742612700623250210110
Binary1011110010110001101110000110101101010100001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1B8; }

 p { color: rgb(188,177,184); }

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

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

 a { background-color: rgb(188,177,184); }

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

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

 span { border-color: rgb(188,177,184); }

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