#BCBAA4

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

Shades of Mist Grey #BCBAA4

Tints of Mist Grey #BCBAA4

Color information

#BCBAA4 (or 0xBCBAA4) is unknown color: approx Mist Grey. HEX triplet: BC, BA and A4. RGB value is (188,186,164). Sum of RGB (Red+Green+Blue) = 188+186+164=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA4 is #43455B. Grayscale: #B8B8B8. Windows color (decimal): -4408668 or 10795708. OLE color: 10795708.

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

Color convert

RGB188186164-
CMYK00.010.130.26
HSL55º15.19%69.02%-
HSV(B)55º12.77%73.73%-
XYZ4548.4942.11-
YUV184.09116.66130.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=34.94%
G=34.57%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818616400.010.130.265515.1969.02
HexBCBAA401D1A37f45
Octal2742722440115326717105
Binary1011110010111010101001000111011101011011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAA4; }

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

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

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

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

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

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

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

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