#BCBAA8

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

Shades of Mist Grey #BCBAA8

Tints of Mist Grey #BCBAA8

Color information

#BCBAA8 (or 0xBCBAA8) is unknown color: approx Mist Grey. HEX triplet: BC, BA and A8. RGB value is (188,186,168). Sum of RGB (Red+Green+Blue) = 188+186+168=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA8 is #434557. Grayscale: #B8B8B8. Windows color (decimal): -4408664 or 11057852. OLE color: 11057852.

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

Color convert

RGB188186168-
CMYK00.010.110.26
HSL54º12.99%69.8%-
HSV(B)54º10.64%73.73%-
XYZ45.3748.6444.04-
YUV184.55118.66130.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 168 (66.02% from 255) = 31.00%
R=34.69%
G=34.32%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818616800.010.110.265412.9969.8
HexBCBAA801B1A36d46
Octal2742722500113326615106
Binary1011110010111010101010000110111101011011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAA8; }

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

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

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

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

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

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

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

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