#BCBAAB

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

Shades of Mist Grey #BCBAAB

Tints of Mist Grey #BCBAAB

Color information

#BCBAAB (or 0xBCBAAB) is unknown color: approx Mist Grey. HEX triplet: BC, BA and AB. RGB value is (188,186,171). Sum of RGB (Red+Green+Blue) = 188+186+171=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAAB is #434554. Grayscale: #B8B8B8. Windows color (decimal): -4408661 or 11254460. OLE color: 11254460.

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

Color convert

RGB188186171-
CMYK00.010.090.26
HSL52.94º11.26%70.39%-
HSV(B)52.94º9.04%73.73%-
XYZ45.6548.7545.53-
YUV184.89120.16130.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=34.50%
G=34.13%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818617100.010.090.2652.9411.2670.39
HexBCBAAB0191A35b46
Octal2742722530111326513106
Binary1011110010111010101010110110011101011010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAAB; }

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

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

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

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

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

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

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

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