#BCBAA2

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

Shades of Mist Grey #BCBAA2

Tints of Mist Grey #BCBAA2

Color information

#BCBAA2 (or 0xBCBAA2) is unknown color: approx Mist Grey. HEX triplet: BC, BA and A2. RGB value is (188,186,162). Sum of RGB (Red+Green+Blue) = 188+186+162=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA2 is #43455D. Grayscale: #B7B7B7. Windows color (decimal): -4408670 or 10664636. OLE color: 10664636.

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

Color convert

RGB188186162-
CMYK00.010.140.26
HSL55.38º16.25%68.63%-
HSV(B)55.38º13.83%73.73%-
XYZ44.8248.4241.17-
YUV183.86115.66130.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 162 (63.67% from 255) = 30.22%
R=35.07%
G=34.70%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818616200.010.140.2655.3816.2568.63
HexBCBAA201E1A371045
Octal2742722420116326720105
Binary10111100101110101010001001111011010110111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAA2; }

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

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

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

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

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

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

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

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