#BCBAA9

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

Shades of Mist Grey #BCBAA9

Tints of Mist Grey #BCBAA9

Color information

#BCBAA9 (or 0xBCBAA9) is unknown color: approx Mist Grey. HEX triplet: BC, BA and A9. RGB value is (188,186,169). Sum of RGB (Red+Green+Blue) = 188+186+169=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA9 is #434556. Grayscale: #B8B8B8. Windows color (decimal): -4408663 or 11123388. OLE color: 11123388.

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

Color convert

RGB188186169-
CMYK00.010.100.26
HSL53.68º12.42%70%-
HSV(B)53.68º10.11%73.73%-
XYZ45.4648.6744.54-
YUV184.66119.16130.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=34.62%
G=34.25%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818616900.010.100.2653.6812.4270
HexBCBAA901A1A36c46
Octal2742722510112326614106
Binary1011110010111010101010010110101101011011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAA9; }

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

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

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

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

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

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

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

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